Update to v8.2.93

This commit is contained in:
appkins
2024-06-06 11:49:05 -05:00
parent 971b9fc3b0
commit 85af09f5e0
21 changed files with 1373 additions and 361 deletions

View File

@@ -34,7 +34,7 @@ type SettingRadius struct {
Enabled bool `json:"enabled"`
InterimUpdateInterval int `json:"interim_update_interval,omitempty"` // ^([6-9][0-9]|[1-9][0-9]{2,3}|[1-7][0-9]{4}|8[0-5][0-9]{3}|86[0-3][0-9][0-9]|86400)$
TunneledReply bool `json:"tunneled_reply"`
XSecret string `json:"x_secret,omitempty"` // [^\"\' ]{1,48}
XSecret string `json:"x_secret,omitempty"` // ^[^\\"' ]{1,48}$
}
func (dst *SettingRadius) UnmarshalJSON(b []byte) error {