]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
pytests: update kresd.conf
authorTomas Krizek <tomas.krizek@nic.cz>
Fri, 30 Nov 2018 10:43:03 +0000 (11:43 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Tue, 4 Dec 2018 16:13:42 +0000 (17:13 +0100)
tests/pytests/templates/kresd.conf.j2

index 5475aebca8d485ccba2f310c28c37772f464efe4..4d95521531b738f517fa8b6bc7d1aeec9b5a188e 100644 (file)
@@ -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' %}