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:
parent
caf7668a2a
commit
9a237e7c6b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=23007
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue