note log checking

这个提交包含在:
AJ ONeal 2018-06-05 01:27:36 -06:00
父节点 f442abae59
当前提交 a59077e72d
共有 2 个文件被更改,包括 20 次插入1 次删除

查看文件

@ -404,6 +404,25 @@ Install for user
* https://serverfault.com/questions/194832/how-to-start-stop-restart-launchd-services-from-the-command-line
-->
Check Logs
==========
**Linux**:
```
sudo journalctl -xefu telebit
```
**macOS**:
```
sudo tail -f /opt/telebit/var/log/info.log
```
```
sudo tail -f /opt/telebit/var/log/error.log
```
Uninstall
=======

查看文件

@ -1,6 +1,6 @@
{
"name": "telebit",
"version": "0.11.0",
"version": "0.11.1",
"description": "Break out of localhost. Connect to any device from anywhere over any tcp port or securely in a browser. A secure tunnel. A poor man's reverse VPN.",
"main": "lib/remote.js",
"bin": {