diff options
Diffstat (limited to 'extra/ntp/ntp.conf')
-rw-r--r-- | extra/ntp/ntp.conf | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/extra/ntp/ntp.conf b/extra/ntp/ntp.conf index 0d548ac1e..a27b22820 100644 --- a/extra/ntp/ntp.conf +++ b/extra/ntp/ntp.conf @@ -6,12 +6,14 @@ # - https://wiki.archlinux.org/index.php/Network_Time_Protocol_daemon # Associate to public NTP pool servers; see http://www.pool.ntp.org/ -pool pool.ntp.org +server 0.pool.ntp.org +server 1.pool.ntp.org +server 2.pool.ntp.org # Only allow read-only access from localhost restrict default noquery nopeer -restrict 127.0.0.1 noserve nomodify -restrict ::1 noserve nomodify +restrict 127.0.0.1 +restrict ::1 # Location of drift and log files driftfile /var/lib/ntp/ntp.drift |