feat: ntp service

This commit is contained in:
cubemaze
2023-08-26 11:38:18 +08:00
parent bb16015dab
commit 1aa0b2a8e1
3 changed files with 27 additions and 0 deletions

View File

@@ -16,6 +16,13 @@
"Level": "error",
"Timestamp": true
},
"NTP": {
// 同 SingBox ntp 部分配置
// VMess VLESS 建议开启
"Enable": true,
"Server": "time.apple.com",
"ServerPort": 0
}
// More
},