Date: Tuesday, February 28, 2012 @ 20:24:10 Author: bisson Revision: 151631
fix the fix Modified: ntp/trunk/ntp.conf ----------+ ntp.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: ntp.conf =================================================================== --- ntp.conf 2012-02-28 23:12:18 UTC (rev 151630) +++ ntp.conf 2012-02-29 01:24:10 UTC (rev 151631) @@ -9,9 +9,9 @@ pool pool.ntp.org # Only allow read-only access from localhost -restrict default ignore -restrict 127.0.0.1 nomodify -restrict ::1 nomodify +restrict default noquery nopeer +restrict 127.0.0.1 noserve nomodify +restrict ::1 noserve nomodify # Location of drift and log files driftfile /var/lib/ntp/ntp.drift
