diff options
author | Florian Obser <florian@cvs.openbsd.org> | 2018-05-18 05:15:34 +0000 |
---|---|---|
committer | Florian Obser <florian@cvs.openbsd.org> | 2018-05-18 05:15:34 +0000 |
commit | 95761dbd9b927467a572537eff81889827808093 (patch) | |
tree | f43b22bcc9f84908d8acd65049daf6e8c40464fc /etc/nsd.conf | |
parent | b7c6fbda18a52fdd352482c4fcfce531548f4864 (diff) |
Put commented minimal-reponses and refuse-any defaults into nsd.conf
so that the changed default will be pointed out to the admin by
sysmerge.
Idea & OK sthen
Diffstat (limited to 'etc/nsd.conf')
-rw-r--r-- | etc/nsd.conf | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/etc/nsd.conf b/etc/nsd.conf index c5491605a24..729a5f620ba 100644 --- a/etc/nsd.conf +++ b/etc/nsd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: nsd.conf,v 1.11 2015/04/12 11:49:39 sthen Exp $ +# $OpenBSD: nsd.conf,v 1.12 2018/05/18 05:15:33 florian Exp $ server: hide-version: yes @@ -10,6 +10,13 @@ server: # ip-address: 192.0.2.53@5678 # ip-address: 2001:db8::53 +## make packets as small as possible, on by default +# minimal-responses: yes + +## respond with truncation for ANY queries over UDP and allow ANY over TCP, +## on by default +# refuse-any: yes + remote-control: control-enable: yes |