mirror of
https://git.coolaj86.com/coolaj86/telebit.js.git
synced 2025-04-22 03:50:37 +00:00
accept given token or secret-generated token
This commit is contained in:
parent
3cf8c238d0
commit
4d8e5d434b
@ -130,7 +130,7 @@ function connectTunnel() {
|
|||||||
, services: state.services
|
, services: state.services
|
||||||
, net: state.net
|
, net: state.net
|
||||||
, insecure: state.config.relay_ignore_invalid_certificates
|
, insecure: state.config.relay_ignore_invalid_certificates
|
||||||
, token: state.config.token
|
, token: state.token
|
||||||
});
|
});
|
||||||
|
|
||||||
function sigHandler() {
|
function sigHandler() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user