From: Wouter Wijngaards Date: Tue, 31 Jul 2018 13:59:34 +0000 (+0000) Subject: edns keepalive in example.conf X-Git-Tag: release-1.8.0rc1~59 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=168bc963d36f18e742168c0e9a132f928fb92a93;p=thirdparty%2Funbound.git edns keepalive in example.conf git-svn-id: file:///svn/unbound/trunk@4823 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/example.conf.in b/doc/example.conf.in index e2d6a038a..caf5e3237 100644 --- a/doc/example.conf.in +++ b/doc/example.conf.in @@ -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