Built-in NTP client service.
If enabled, it will provide time for protocols like TLS/Shadowsocks/VMess, which is useful for environments where time synchronization is not possible.
{
  "ntp": {
    "enabled": false,
    "server": "time.apple.com",
    "server_port": 123,
    "interval": "30m",
    
    ... // Dial Fields
  }
}
Enable NTP service.
==Required==
NTP server address.
NTP server port.
123 is used by default.
Time synchronization interval.
30 minutes is used by default.
See Dial Fields for details.