Compare commits

..

No commits in common. "stable" and "params-parsing" have entirely different histories.

3 changed files with 6 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{
"name": "telebit",
"version": "0.20.251025",
"version": "0.20.8",
"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",
"files": [

View File

@ -34,9 +34,9 @@ ExecReload=/bin/kill -USR1 $MAINPID
# Use private /tmp and /var/tmp, which are discarded after this stops.
PrivateTmp=true
# Use a minimal /dev
PrivateDevices=true
;PrivateDevices=true
# Hide /home, /root, and /run/user. Nobody will steal your SSH-keys.
;ProtectHome=true
ProtectHome=true
# Make /usr, /boot, /etc and possibly some more folders read-only.
ProtectSystem=full
# ... except for a few because we want a place for config, logs, etc
@ -61,5 +61,4 @@ NoNewPrivileges=true
; NoNewPrivileges=true
[Install]
# For userspace service
WantedBy=default.target
WantedBy=multi-user.target

View File

@ -62,6 +62,6 @@ NoNewPrivileges=true
[Install]
# For system-level service
WantedBy=multi-user.target
;WantedBy=multi-user.target
# For userspace service
;WantedBy=default.target
WantedBy=default.target