mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-06-13 21:54:13 +08:00
Merge 7bf0f9f12c52da0c1145b612d60db6542d767738 into 8cc7734a921bf6c24d52d3b8dc40a553a88d7f5a
This commit is contained in:
commit
0c0fec2f8d
@ -14,7 +14,8 @@ synchronization is not possible.
|
|||||||
"server": "time.apple.com",
|
"server": "time.apple.com",
|
||||||
"server_port": 123,
|
"server_port": 123,
|
||||||
"interval": "30m",
|
"interval": "30m",
|
||||||
|
"write_to_system": false
|
||||||
|
|
||||||
... // Dial Fields
|
... // Dial Fields
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -45,6 +46,12 @@ Time synchronization interval.
|
|||||||
|
|
||||||
30 minutes is used by default.
|
30 minutes is used by default.
|
||||||
|
|
||||||
|
#### write_to_system
|
||||||
|
|
||||||
|
Write time to system.
|
||||||
|
|
||||||
|
false is used by default.
|
||||||
|
|
||||||
### Dial Fields
|
### Dial Fields
|
||||||
|
|
||||||
See [Dial Fields](/configuration/shared/dial/) for details.
|
See [Dial Fields](/configuration/shared/dial/) for details.
|
@ -13,8 +13,9 @@
|
|||||||
"server": "time.apple.com",
|
"server": "time.apple.com",
|
||||||
"server_port": 123,
|
"server_port": 123,
|
||||||
"interval": "30m",
|
"interval": "30m",
|
||||||
|
"write_to_system": false
|
||||||
... // 拨号字段
|
|
||||||
|
... // Dial Fields
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -44,6 +45,12 @@ NTP 服务器端口。
|
|||||||
|
|
||||||
默认使用 30 分钟。
|
默认使用 30 分钟。
|
||||||
|
|
||||||
|
#### write_to_system
|
||||||
|
|
||||||
|
写入系统时间。
|
||||||
|
|
||||||
|
默认不写入。
|
||||||
|
|
||||||
### 拨号字段
|
### 拨号字段
|
||||||
|
|
||||||
参阅 [拨号字段](/zh/configuration/shared/dial/)。
|
参阅 [拨号字段](/zh/configuration/shared/dial/)。
|
||||||
|
Loading…
x
Reference in New Issue
Block a user