gcc: preserve CXXFLAGS_FOR_TARGET
[buildroot-gz.git] / package / ntp / ntpd.etc.conf
blobc451aa9bb2aedf27d293f6c97c9f9ab3f1752f3f
1 server 0.pool.ntp.org iburst
2 server 1.pool.ntp.org iburst
3 server 2.pool.ntp.org iburst
4 server 3.pool.ntp.org iburst
6 # Allow only time queries, at a limited rate, sending KoD when in excess.
7 # Allow all local queries (IPv4, IPv6)
8 restrict default nomodify nopeer noquery limited kod
9 restrict 127.0.0.1
10 restrict [::1]