summaryrefslogtreecommitdiff
path: root/usr.sbin/nsd/nsd.conf.sample.in
diff options
context:
space:
mode:
authorFlorian Obser <florian@cvs.openbsd.org>2016-06-24 08:34:04 +0000
committerFlorian Obser <florian@cvs.openbsd.org>2016-06-24 08:34:04 +0000
commite32f6a20a2ff7a7d1cb5de93dc9992dca7e22c1b (patch)
tree75e3afdf4a86d6326847253868adecc8251bbaac /usr.sbin/nsd/nsd.conf.sample.in
parente547a96bfd6a3f56adf58b726d52318df7c307e7 (diff)
Update to 4.1.10
Testing by millert@, sthen@ and me. came up with the same diff & OK sthen@
Diffstat (limited to 'usr.sbin/nsd/nsd.conf.sample.in')
-rw-r--r--usr.sbin/nsd/nsd.conf.sample.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/usr.sbin/nsd/nsd.conf.sample.in b/usr.sbin/nsd/nsd.conf.sample.in
index a78548e0fc8..48eef14ff9e 100644
--- a/usr.sbin/nsd/nsd.conf.sample.in
+++ b/usr.sbin/nsd/nsd.conf.sample.in
@@ -27,6 +27,9 @@ server:
# Allow binding to non local addresses. Default no.
# ip-transparent: no
+ # Allow binding to addresses that are down. Default no.
+ # ip-freebind: no
+
# use the reuseport socket option for performance. Default no.
# reuseport: no
@@ -102,6 +105,14 @@ server:
# Override the default (120 seconds) TCP timeout.
# tcp-timeout: 120
+ # Maximum segment size (MSS) of TCP socket on which the server
+ # responds to queries. Default is 0, system default MSS.
+ # tcp-mss: 0
+
+ # Maximum segment size (MSS) of TCP socket for outgoing AXFR request.
+ # Default is 0, system default MSS.
+ # outgoing-tcp-mss: 0
+
# Preferred EDNS buffer size for IPv4.
# ipv4-edns-size: 4096