# Exchange time with everybody, but don't allow configuration.
# This is the right security setup for 99% of deployments.

restrict default kod limited nomodify nopeer noquery  
restrict -6 default kod limited nomodify nopeer noquery

# Local users may interrogate the NTP server more closely.
restrict 127.0.0.1  
restrict -6 ::1

# The following sets edit modes for GNU EMACS
# Local Variables:
# mode:conf
# End:
