ntp: update sample config
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Mon, 22 Dec 2014 14:27:00 +0000 (11:27 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 23 Dec 2014 10:36:19 +0000 (11:36 +0100)
Drop redundant IP version and double default restrict.
Tweak KoD and other defaults for properness.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/ntp/ntpd.etc.conf

index 6a2b88cbd78de583843f2e2f809426f895b9e6f1..543c8ff8208f4935abe4e6737355ecc5d6c835d1 100644 (file)
@@ -1,8 +1,8 @@
 server 0.pool.ntp.org iburst
 server 1.pool.ntp.org iburst
 
-restrict default kod nomodify notrap nopeer noquery
-restrict -6 default kod nomodify notrap nopeer noquery
-
+# Allow only time queries, at a limited rate, sending KoD when in excess.
+# Allow all local queries (IPv4, IPv6)
+restrict default nomodify nopeer noquery limited kod
 restrict 127.0.0.1
-restrict -6 ::1
+restrict [::1]