diff --git a/bin/tests/system/doth/ns1/named.conf.in b/bin/tests/system/doth/ns1/named.conf.in index 4510229056..500675f587 100644 --- a/bin/tests/system/doth/ns1/named.conf.in +++ b/bin/tests/system/doth/ns1/named.conf.in @@ -19,6 +19,7 @@ controls { http local { endpoints { "/dns-query"; "/alter"; }; + listener-clients 100; }; tls tls-forward-secrecy { @@ -94,6 +95,8 @@ options { statistics-file "named.stats"; dnssec-validation yes; tcp-initial-timeout 1200; + transfers-in 100; + transfers-out 100; }; zone "." { diff --git a/bin/tests/system/doth/ns2/named.conf.in b/bin/tests/system/doth/ns2/named.conf.in index d871c57afc..3cb20425c7 100644 --- a/bin/tests/system/doth/ns2/named.conf.in +++ b/bin/tests/system/doth/ns2/named.conf.in @@ -49,6 +49,8 @@ options { ixfr-from-differences yes; check-integrity no; dnssec-validation yes; + transfers-in 100; + transfers-out 100; }; zone "." {