ntp: also allow access from ::1 by default.
This commit is contained in:
@@ -12,6 +12,7 @@ server 2.pool.ntp.org
|
|||||||
# Only allow read-only access from localhost
|
# Only allow read-only access from localhost
|
||||||
restrict default noquery nomodify nopeer
|
restrict default noquery nomodify nopeer
|
||||||
restrict 127.0.0.1
|
restrict 127.0.0.1
|
||||||
|
restrict ::1
|
||||||
|
|
||||||
# Location of drift and log files
|
# Location of drift and log files
|
||||||
driftfile /var/db/ntpd/drift
|
driftfile /var/db/ntpd/drift
|
||||||
|
|||||||
Reference in New Issue
Block a user