summaryrefslogtreecommitdiff
path: root/usr.sbin/nsd/nsd.conf.5.in
diff options
context:
space:
mode:
authorFlorian Obser <florian@cvs.openbsd.org>2017-04-15 09:15:46 +0000
committerFlorian Obser <florian@cvs.openbsd.org>2017-04-15 09:15:46 +0000
commitfe6985580ec12101d7c93e6287c12f4da9d0ea51 (patch)
treed25b66cbdcff7718971513572fdd74403e85628f /usr.sbin/nsd/nsd.conf.5.in
parentff399403fbd711440451ccdecae5f8d422cb0f5f (diff)
update to 4.1.16rc1
tests & OK sthen (if there are more changes coming for 4.1.16 release we will just commit them on top)
Diffstat (limited to 'usr.sbin/nsd/nsd.conf.5.in')
-rw-r--r--usr.sbin/nsd/nsd.conf.5.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.sbin/nsd/nsd.conf.5.in b/usr.sbin/nsd/nsd.conf.5.in
index 6b2588f19cc..ec2cdd6d894 100644
--- a/usr.sbin/nsd/nsd.conf.5.in
+++ b/usr.sbin/nsd/nsd.conf.5.in
@@ -369,6 +369,14 @@ Enable round robin rotation of records in the answer. This changes the
order of records in the answer and this may balance load across them.
The default is no.
.TP
+.B minimal\-responses:\fR <yes or no>
+Enable minimal responses for smaller answers. This makes packets smaller.
+Extra data is only added for referrals, when it is really necessary.
+This is different from the \-\-enable-minimal-responses configure time option,
+that reduces packets, but exactly to the fragmentation length, the nsd.conf
+option reduces packets as small as possible.
+The default is no.
+.TP
.B zonefiles\-check:\fR <yes or no>
Make NSD check the mtime of zone files on start and sighup. If you
disable it it starts faster (less disk activity in case of a lot of zones).