mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 22:45:39 +00:00
Merge branch 'artem-doth-reduce-listener-sockets-number-v9_18' into 'v9_18'
doth system test - decrease HTTP listener quota size See merge request isc-projects/bind9!6900
This commit is contained in:
@@ -19,6 +19,7 @@ controls {
|
|||||||
|
|
||||||
http local {
|
http local {
|
||||||
endpoints { "/dns-query"; "/alter"; };
|
endpoints { "/dns-query"; "/alter"; };
|
||||||
|
listener-clients 100;
|
||||||
};
|
};
|
||||||
|
|
||||||
tls tls-forward-secrecy {
|
tls tls-forward-secrecy {
|
||||||
@@ -94,6 +95,8 @@ options {
|
|||||||
statistics-file "named.stats";
|
statistics-file "named.stats";
|
||||||
dnssec-validation yes;
|
dnssec-validation yes;
|
||||||
tcp-initial-timeout 1200;
|
tcp-initial-timeout 1200;
|
||||||
|
transfers-in 100;
|
||||||
|
transfers-out 100;
|
||||||
};
|
};
|
||||||
|
|
||||||
zone "." {
|
zone "." {
|
||||||
|
@@ -49,6 +49,8 @@ options {
|
|||||||
ixfr-from-differences yes;
|
ixfr-from-differences yes;
|
||||||
check-integrity no;
|
check-integrity no;
|
||||||
dnssec-validation yes;
|
dnssec-validation yes;
|
||||||
|
transfers-in 100;
|
||||||
|
transfers-out 100;
|
||||||
};
|
};
|
||||||
|
|
||||||
zone "." {
|
zone "." {
|
||||||
|
Reference in New Issue
Block a user