Discover local NTP servers via DNS SRV records and format them for inclusion in a NTP config file.
To create DNS SRV records for NTP, add entries in your domains DNS server. Here some example SRV records:
_ntp._udp.example.com. 3600 IN SRV 1 10 123 ntp1.example.com.
_ntp._udp.example.com. 3600 IN SRV 2 10 123 ntp2.example.com.
_ntp._udp.example.com. 3600 IN SRV 3 10 123 ntp3.example.com.
In this example, the weight of all three records is 10 and the port is 123.
Special Values