diff options
-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 |