mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Merge branch 'artem-doth-reduce-listener-sockets-number' into 'main'
doth system test fixes - decrese the size of HTTP listener quota, increase transfer-in/out limits Closes #3596 See merge request isc-projects/bind9!6898
This commit is contained in:
commit
dbc1166704
2 changed files with 5 additions and 0 deletions
|
|
@ -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 "." {
|
||||
|
|
|
|||
|
|
@ -49,6 +49,8 @@ options {
|
|||
ixfr-from-differences yes;
|
||||
check-integrity no;
|
||||
dnssec-validation yes;
|
||||
transfers-in 100;
|
||||
transfers-out 100;
|
||||
};
|
||||
|
||||
zone "." {
|
||||
|
|
|
|||
Loading…
Reference in a new issue