mirror of
https://github.com/fatedier/frp.git
synced 2025-07-27 07:35:07 +00:00
frps/control rename authTimeout; add judgement for subdomain
This commit is contained in:
@@ -26,8 +26,9 @@ privilege_token = 12345678
|
||||
privilege_allow_ports = 2000-3000,3001,3003,4000-50000
|
||||
# pool_count in each proxy will change to max_pool_count if they exceed the maximum value
|
||||
max_pool_count = 100
|
||||
# conn_timeout set the timeout interval (seconds) when the frpc connects frps
|
||||
conn_timeout = 10
|
||||
# authentication_timeout means the timeout interval (minute units) when the frpc connects frps
|
||||
# if authentication_timeout set zero, the time is not verified
|
||||
authentication_timeout = 15
|
||||
# domain for frps
|
||||
domain = frps.com
|
||||
|
||||
|
Reference in New Issue
Block a user