mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-04 04:17:36 +03:00
ntp: Add write_to_system service option
This commit is contained in:
parent
99b2ab5526
commit
0558b3fc5c
10 changed files with 166 additions and 38 deletions
|
@ -1,8 +1,9 @@
|
|||
package option
|
||||
|
||||
type NTPOptions struct {
|
||||
Enabled bool `json:"enabled"`
|
||||
Interval Duration `json:"interval,omitempty"`
|
||||
Enabled bool `json:"enabled"`
|
||||
Interval Duration `json:"interval,omitempty"`
|
||||
WriteToSystem bool `json:"write_to_system,omitempty"`
|
||||
ServerOptions
|
||||
DialerOptions
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue