sing-box/option/ntp.go

9 lines
156 B
Go
Raw Normal View History

2023-02-21 06:53:00 +00:00
package option
type NTPOptions struct {
Enabled bool `json:"enabled"`
Interval Duration `json:"interval,omitempty"`
ServerOptions
DialerOptions
}