Merge pull request #3224 from bgilbert/ntp

net-misc/ntp: add notrap to default restrict config
This commit is contained in:
Benjamin Gilbert 2018-05-16 13:34:50 -04:00 committed by GitHub
commit 06967fcf9b
2 changed files with 1 additions and 1 deletions

View File

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