accept given token or secret-generated token

This commit is contained in:
AJ ONeal 2018-05-29 01:45:47 -06:00
parent 3cf8c238d0
commit 4d8e5d434b
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ function connectTunnel() {
, services: state.services
, net: state.net
, insecure: state.config.relay_ignore_invalid_certificates
, token: state.config.token
, token: state.token
});
function sigHandler() {