diff options
-rw-r--r-- | packages/ntp/files/ntp.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/ntp/files/ntp.conf b/packages/ntp/files/ntp.conf index 4cb3ae176e..02a44b0d01 100644 --- a/packages/ntp/files/ntp.conf +++ b/packages/ntp/files/ntp.conf @@ -6,3 +6,8 @@ driftfile /etc/ntp.drift # (in IP terms) to the machine. Add other servers # as required, or change this. server pool.ntp.org +# Using local hardware clock as fallback +server 127.127.1.0 +fudge 127.127.1.0 stratum 14 +# Defining a default security setting +restrict default nomodify nopeer |