mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
feat: instruction for adding passkey
This commit is contained in:
parent
aa30b0b4af
commit
018a3f15fd
28 changed files with 1851 additions and 763 deletions
|
@ -1,7 +1,7 @@
|
|||
package settings
|
||||
|
||||
type Auth struct {
|
||||
IPWhiteList []string `json:"ip_white_list" binding:"omitempty,dive,ip" ini:",,allowshadow"`
|
||||
IPWhiteList []string `json:"ip_white_list" binding:"omitempty,dive,ip" ini:",,allowshadow" protected:"true"`
|
||||
BanThresholdMinutes int `json:"ban_threshold_minutes" binding:"min=1"`
|
||||
MaxAttempts int `json:"max_attempts" binding:"min=1"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue