Update template
This commit is contained in:
parent
b384c5e04b
commit
db7ca2c865
1 changed files with 5 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ rtcsync
|
|||
allow {{ client }}
|
||||
{% endfor %}
|
||||
{% else %}
|
||||
#allow 192.168/16
|
||||
#allow 192.168.0.0/16
|
||||
{% endif %}
|
||||
|
||||
# Listen for commands only on localhost.
|
||||
|
|
@ -47,6 +47,9 @@ cmdallow ::1
|
|||
# Specify file containing keys for NTP authentication.
|
||||
keyfile /etc/chrony.keys
|
||||
|
||||
# Get TAI-UTC offset and leap seconds from the system tz database.
|
||||
leapsectz right/UTC
|
||||
|
||||
# Disable logging of client accesses.
|
||||
#noclientlog
|
||||
|
||||
|
|
@ -55,5 +58,6 @@ logchange 0.5
|
|||
|
||||
# Specify directory for log files.
|
||||
logdir /var/log/chrony
|
||||
|
||||
# Select which information is logged.
|
||||
#log measurements statistics tracking
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue