Author: delphij Date: Tue Mar 31 19:56:46 2015 New Revision: 280916 URL: https://svnweb.freebsd.org/changeset/base/280916
Log: Add limited to the default restrictions. X-MFC-with: r280849 Modified: head/etc/ntp.conf Modified: head/etc/ntp.conf ============================================================================== --- head/etc/ntp.conf Tue Mar 31 19:35:32 2015 (r280915) +++ head/etc/ntp.conf Tue Mar 31 19:56:46 2015 (r280916) @@ -43,8 +43,8 @@ server 2.freebsd.pool.ntp.org iburst # See http://support.ntp.org/bin/view/Support/AccessRestrictions # for more information. # -restrict default kod nomodify notrap nopeer noquery -restrict -6 default kod nomodify notrap nopeer noquery +restrict default limited kod nomodify notrap nopeer noquery +restrict -6 default limited kod nomodify notrap nopeer noquery # # Alternatively, the following rules would block all unauthorized access. # _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"