Update example config files more

This commit is contained in:
Miroslav Lichvar
2013-06-21 11:45:44 +02:00
parent f996f4c9fb
commit 551541d9c8
2 changed files with 19 additions and 13 deletions

View File

@@ -18,9 +18,13 @@ rtcsync
# if the adjustment is larger than 100 seconds.
makestep 100 3
# Allow client access from local network.
# Allow NTP client access from local network.
#allow 192.168/16
# Listen for commands only on localhost.
bindcmdaddress 127.0.0.1
bindcmdaddress ::1
# Serve time even if not synchronized to any NTP server.
#local stratum 10
@@ -29,6 +33,9 @@ keyfile /etc/chrony.keys
# Specify the key used as password for chronyc.
commandkey 1
# Generate command key if missing.
generatecommandkey
# Disable logging of client accesses.
noclientlog