mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-09 19:31:54 +01:00
Merge pull request #3224 from bgilbert/ntp
net-misc/ntp: add notrap to default restrict config
This commit is contained in:
commit
06967fcf9b
@ -14,6 +14,6 @@ server 3.coreos.pool.ntp.org
|
||||
# Default configuration:
|
||||
# - Allow only time queries, at a limited rate, sending KoD when in excess.
|
||||
# - 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 [::1]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user