Remove a mistaken use of the notrust option to restrict in ntp.conf.

For details, see:
http://ntp.isc.org/bin/view/Support/ConfRestrict
http://www.eecis.udel.edu/~mills/ntp/html/accopt.html
This commit is contained in:
Tom Hukins 2004-11-23 14:33:17 +00:00
parent caf7668a2a
commit 9a237e7c6b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=23007

View file

@ -5004,7 +5004,7 @@ driftfile /var/db/ntp.drift</programlisting>
ensure they are not allowed to configure the server or used
as peers to synchronize against, add</para>
<programlisting>restrict 192.168.1.0 mask 255.255.255.0 notrust nomodify notrap</programlisting>
<programlisting>restrict 192.168.1.0 mask 255.255.255.0 nomodify notrap</programlisting>
<para>instead, where <hostid role="ipaddr">192.168.1.0</hostid> is
an IP address on your network and <hostid