summaryrefslogtreecommitdiffstats
path: root/source/n/ntp
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2011-04-25 13:37:00 +0000
committer Eric Hameleers <alien@slackware.com>2018-05-31 22:45:18 +0200
commit75a4a592e5ccda30715f93563d741b83e0dcf39e (patch)
tree502f745607e77a2c4386ad38d818ddcafe81489c /source/n/ntp
parentb76270bf9e6dd375e495fec92140a79a79415d27 (diff)
downloadcurrent-75a4a592e5ccda30715f93563d741b83e0dcf39e.tar.gz
current-75a4a592e5ccda30715f93563d741b83e0dcf39e.tar.xz
Slackware 13.37slackware-13.37
Mon Apr 25 13:37:00 UTC 2011 Slackware 13.37 x86_64 stable is released! Thanks to everyone who pitched in on this release: the Slackware team, the folks producing upstream code, and linuxquestions.org for providing a great forum for collaboration and testing. The ISOs are off to be replicated, a 6 CD-ROM 32-bit set and a dual-sided 32-bit/64-bit x86/x86_64 DVD. Please consider supporting the Slackware project by picking up a copy from store.slackware.com. We're taking pre-orders now, and offer a discount if you sign up for a subscription. As always, thanks to the Slackware community for testing, suggestions, and feedback. :-) Have fun!
Diffstat (limited to 'source/n/ntp')
-rw-r--r--source/n/ntp/ntp.conf16
1 files changed, 13 insertions, 3 deletions
diff --git a/source/n/ntp/ntp.conf b/source/n/ntp/ntp.conf
index b2476786e..74aae4c19 100644
--- a/source/n/ntp/ntp.conf
+++ b/source/n/ntp/ntp.conf
@@ -13,7 +13,10 @@
#
server 127.127.1.0 # local clock
fudge 127.127.1.0 stratum 10
-#server pool.ntp.org
+
+#
+# NTP server (list one or more) to synchronize with:
+#server pool.ntp.org iburst
#
# Drift file. Put this in a directory which the daemon can write to.
@@ -22,8 +25,12 @@ fudge 127.127.1.0 stratum 10
# it to the file.
#
driftfile /etc/ntp/drift
-multicastclient # listen on default 224.0.1.1
-broadcastdelay 0.008
+
+#
+# Uncomment to use a multicast NTP server on the local subnet:
+#multicastclient 224.0.1.1 # listen on default 224.0.1.1
+# Set an optional compensation for broadcast packet delay:
+#broadcastdelay 0.008
#
# Keys file. If you want to diddle your server at run time, make a
@@ -37,8 +44,11 @@ broadcastdelay 0.008
#requestkey 65535
#controlkey 65535
+#
# Don't serve time or stats to anyone else by default (more secure)
restrict default noquery nomodify
+
+#
# Trust ourselves. :-)
restrict 127.0.0.1