From: Tomas Krizek Date: Fri, 30 Nov 2018 10:43:03 +0000 (+0100) Subject: pytests: update kresd.conf X-Git-Tag: v3.2.0~18^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b370a083f671271c00179fdfb623d41b9f849c97;p=thirdparty%2Fknot-resolver.git pytests: update kresd.conf --- diff --git a/tests/pytests/templates/kresd.conf.j2 b/tests/pytests/templates/kresd.conf.j2 index 5475aebca..4d9552153 100644 --- a/tests/pytests/templates/kresd.conf.j2 +++ b/tests/pytests/templates/kresd.conf.j2 @@ -16,9 +16,7 @@ net.listen('{{ kresd.ip6 }}', {{ kresd.tls_port }}, {tls = true}) {% endif %} net.ipv4=true -net.ipv6=false - -net.tcp_pipeline(65535) +net.ipv6=true {% if kresd.tls_key_path and kresd.tls_cert_path %} net.tls("{{ kresd.tls_cert_path }}", "{{ kresd.tls_key_path }}") @@ -28,6 +26,8 @@ net.tls("{{ kresd.tls_cert_path }}", "{{ kresd.tls_key_path }}") hints['{{ name }}'] = '{{ ip }}' {% endfor %} +policy.add(policy.all(policy.QTRACE)) + {% if kresd.forward %} policy.add(policy.all( {% if kresd.forward.proto == 'tls' %}