mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
13 lines
222 B
Plaintext
13 lines
222 B
Plaintext
|
|
# NTP server list
|
|
{%- for SERVER in NTPCONFIG.servers %}
|
|
server {{ SERVER }} iburst maxpoll 10
|
|
{%- endfor %}
|
|
|
|
# Config options
|
|
driftfile /var/lib/chrony/drift
|
|
makestep 1.0 3
|
|
rtcsync
|
|
logdir /var/log/chrony
|
|
port 0
|
|
cmdport 0 |