From 168bc963d36f18e742168c0e9a132f928fb92a93 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Tue, 31 Jul 2018 13:59:34 +0000 Subject: [PATCH] edns keepalive in example.conf git-svn-id: file:///svn/unbound/trunk@4823 be551aaa-1e26-0410-a405-d3ace91eadb9 --- doc/example.conf.in | 6 ++++++ 1 file changed, 6 insertions(+) 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