note log checking

This commit is contained in:
AJ ONeal 2018-06-05 01:27:36 -06:00
rodzic f442abae59
commit a59077e72d
2 zmienionych plików z 20 dodań i 1 usunięć

Wyświetl plik

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

Wyświetl plik

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