mirror of
https://github.com/fatedier/frp.git
synced 2026-04-27 03:19:11 +08:00
frpc: add admin server for reload configure file
This commit is contained in:
@@ -20,6 +20,12 @@ log_max_days = 3
|
||||
# for authentication
|
||||
privilege_token = 12345678
|
||||
|
||||
# set admin address for control frpc's action by http api such as reload
|
||||
admin_addr = 127.0.0.1
|
||||
admin_port = 7400
|
||||
admin_user = admin
|
||||
admin_pwd = admin
|
||||
|
||||
# connections will be established in advance, default value is zero
|
||||
pool_count = 5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user