note log checking

This commit is contained in:
AJ ONeal 2018-06-05 01:27:36 -06:00
parent f442abae59
commit a59077e72d
2 changed files with 20 additions and 1 deletions

View File

@ -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
=======

View File

@ -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": {