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:
Benjamin Gilbert 2018-05-15 22:13:57 -04:00
parent a3317f9674
commit da51511239
2 changed files with 1 additions and 1 deletions

View File

@ -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]