Module Name:    src
Committed By:   christos
Date:           Mon Jan  9 20:05:29 UTC 2017

Modified Files:
        src/etc: ntp.conf

Log Message:
"kod" needs limited.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/etc/ntp.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/ntp.conf
diff -u src/etc/ntp.conf:1.19 src/etc/ntp.conf:1.20
--- src/etc/ntp.conf:1.19	Tue Jan 14 08:23:46 2014
+++ src/etc/ntp.conf	Mon Jan  9 15:05:29 2017
@@ -1,4 +1,4 @@
-# $NetBSD: ntp.conf,v 1.19 2014/01/14 13:23:46 apb Exp $
+# $NetBSD: ntp.conf,v 1.20 2017/01/09 20:05:29 christos Exp $
 #
 # NetBSD default Network Time Protocol (NTP) configuration file for ntpd
 
@@ -62,13 +62,13 @@ mdnstries	0
 # arrangement, but deny configuration changes, queries, and peer
 # associations that were not explicitly configured.
 #
-restrict default kod nopeer noquery
+restrict default kod limited nopeer noquery
 
 # Fewer restrictions for the local subnet.
 # (Uncomment and adjust as appropriate.)
 #
-#restrict 192.0.2.0 mask 255.255.255.0 kod nomodify notrap nopeer
-#restrict 2001:db8:: mask ffff:ffff::  kod nomodify notrap nopeer
+#restrict 192.0.2.0 mask 255.255.255.0 kod limited nomodify notrap nopeer
+#restrict 2001:db8:: mask ffff:ffff::  kod limited nomodify notrap nopeer
 
 # No restrictions for localhost.
 #

Reply via email to