zhengyi 2023-12-21 04:49:42 +00:00
parent ac64474c13
commit 34f80e478a
2 changed files with 2 additions and 2 deletions

View File

@ -171,7 +171,7 @@ e.width = "15%"
e = t:option(DummyValue, "user", translate("Server User"))
e.width = "15%"
e = t:option(Flag, "enable", translate("Enable State"))
e = t:option(Flag, "enabled", translate("Enable State"))
e.width = "10%"
e.rmempty = false

View File

@ -1,6 +1,6 @@
config frp 'common'
option enable '0'
option enabled '0'
option log_max_days '3'
option login_fail_exit '0'
option enable_cpool '0'