mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-10 02:53:12 +00:00
Fix incorrect NTP server address
This commit is contained in:
parent
17b78a6339
commit
0e8a4d141a
|
@ -11,7 +11,7 @@ synchronization is not possible.
|
|||
{
|
||||
"ntp": {
|
||||
"enabled": false,
|
||||
"server": "ntp.apple.com",
|
||||
"server": "time.apple.com",
|
||||
"server_port": 123,
|
||||
"interval": "30m",
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
{
|
||||
"ntp": {
|
||||
"enabled": false,
|
||||
"server": "ntp.apple.com",
|
||||
"server": "time.apple.com",
|
||||
"server_port": 123,
|
||||
"interval": "30m",
|
||||
|
||||
|
|
Loading…
Reference in a new issue