]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
edns keepalive in example.conf
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 31 Jul 2018 13:59:34 +0000 (13:59 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 31 Jul 2018 13:59:34 +0000 (13:59 +0000)
git-svn-id: file:///svn/unbound/trunk@4823 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/example.conf.in

index e2d6a038a48fe44814ea74d7950b24acde85c08e..caf5e32372804a60cbeda2b590b622025b98484a 100644 (file)
@@ -215,6 +215,12 @@ server:
        # Idle TCP timeout, connection closed in milliseconds
        # tcp-idle-timeout: 30000
 
+       # Enable EDNS TCP keepalive option.
+       # edns-tcp-keepalive: no
+
+       # Timeout for EDNS TCP keepalive, in msec.
+       # edns-tcp-keepalive-timeout: 120000
+
        # Use systemd socket activation for UDP, TCP, and control sockets.
        # use-systemd: no