feat: add client reload on config change

This commit is contained in:
Egor Zavialov
2024-06-01 16:28:15 +09:00
parent 77990c31ef
commit 9568151860
5 changed files with 77 additions and 0 deletions

View File

@@ -12,6 +12,9 @@ serverPort = 7000
# STUN server to help penetrate NAT hole.
# natHoleStunServer = "stun.easyvoip.com:3478"
# if true, autoreload is enabled
configAutoReload = true
# Decide if exit program when first login failed, otherwise continuous relogin to frps
# default is true
loginFailExit = true