mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 06:21:08 +02:00
net-misc/ntp: add notrap to default restrict config
It's a common security hardening option and doesn't seem likely to affect any actual usage.
This commit is contained in:
parent
a3317f9674
commit
da51511239
@ -14,6 +14,6 @@ server 3.coreos.pool.ntp.org
|
|||||||
# Default configuration:
|
# Default configuration:
|
||||||
# - Allow only time queries, at a limited rate, sending KoD when in excess.
|
# - Allow only time queries, at a limited rate, sending KoD when in excess.
|
||||||
# - Allow all local queries (IPv4, IPv6)
|
# - Allow all local queries (IPv4, IPv6)
|
||||||
restrict default nomodify nopeer noquery limited kod
|
restrict default nomodify nopeer noquery notrap limited kod
|
||||||
restrict 127.0.0.1
|
restrict 127.0.0.1
|
||||||
restrict [::1]
|
restrict [::1]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user