note log checking
This commit is contained in:
parent
f442abae59
commit
a59077e72d
19
README.md
19
README.md
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue