1
2

note log checking

Este cometimento está contido em:
AJ ONeal 2018-06-05 01:27:36 -06:00
ascendente f442abae59
cometimento a59077e72d
2 ficheiros modificados com 20 adições e 1 eliminações

Ver ficheiro

@ -404,6 +404,25 @@ Install for user
* https://serverfault.com/questions/194832/how-to-start-stop-restart-launchd-services-from-the-command-line * 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 Uninstall
======= =======

Ver ficheiro

@ -1,6 +1,6 @@
{ {
"name": "telebit", "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.", "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", "main": "lib/remote.js",
"bin": { "bin": {