summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nsd/nsd.conf.5.in
diff options
context:
space:
mode:
authorflorian <florian@openbsd.org>2017-04-15 09:15:45 +0000
committerflorian <florian@openbsd.org>2017-04-15 09:15:45 +0000
commitdb7d0d02cdf695b4f3cbc8748a264162da703c76 (patch)
treec302a4ac1b7f2522b323ea4bebe14cb679a0a258 /usr.sbin/nsd/nsd.conf.5.in
parentFix format string in ACPI_MEMDEBUG block (diff)
downloadwireguard-openbsd-db7d0d02cdf695b4f3cbc8748a264162da703c76.tar.xz
wireguard-openbsd-db7d0d02cdf695b4f3cbc8748a264162da703c76.zip
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).