all: privilege mode update

This commit is contained in:
fatedier
2016-06-28 00:21:13 +08:00
parent 1bad5c6561
commit ba74934a1f
11 changed files with 54 additions and 31 deletions

View File

@@ -10,7 +10,7 @@ log_max_days = 3
# for authentication
auth_token = 123
# for privilege mode
privilege_key = 12345678
privilege_token = 12345678
# ssh is the proxy name same as server's configuration
[ssh]

View File

@@ -12,9 +12,9 @@ log_file = ./frps.log
# debug, info, warn, error
log_level = info
log_max_days = 3
# if you enable privilege mode, frpc can create a proxy without pre-configure in frps when privilege_key is correct
# if you enable privilege mode, frpc can create a proxy without pre-configure in frps when privilege_token is correct
privilege_mode = true
privilege_key = 12345678
privilege_token = 12345678
# ssh is the proxy name, client will use this name and auth_token to connect to server
[ssh]