添加 auth_alone_otp 开关

This commit is contained in:
bjdgyc
2024-11-07 16:32:48 +08:00
parent c7d6a76759
commit 9ef29545bc
7 changed files with 141 additions and 143 deletions

View File

@@ -87,6 +87,7 @@ type ServerConfig struct {
DisplayError bool `json:"display_error"`
ExcludeExportIp bool `json:"exclude_export_ip"`
AuthAloneOtp bool `json:"auth_alone_otp"`
AntiBruteForce bool `json:"anti_brute_force"`
IPWhitelist string `json:"ip_whitelist"`