Add support for 6.0.23

This commit is contained in:
Paul Tyng
2020-10-19 11:13:51 -04:00
parent 020dad41e7
commit abc676f62b
84 changed files with 2131 additions and 252 deletions

View File

@@ -32,7 +32,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,128}
XSecret string `json:"x_secret,omitempty"` // [^\"\' ]{1,48}
}
func (c *Client) getSettingRadius(ctx context.Context, site string) (*SettingRadius, error) {