mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-14 01:30:00 -04:00
[v9_10] fix reclimit test (remove servfail-ttl)
This commit is contained in:
parent
b3aa528d7e
commit
3ba04bb8a0
4 changed files with 5 additions and 9 deletions
|
|
@ -25,8 +25,7 @@ options {
|
|||
pid-file "named.pid";
|
||||
listen-on { 10.53.0.3; };
|
||||
listen-on-v6 { none; };
|
||||
servfail-ttl 0;
|
||||
max-recursion-depth 12;
|
||||
max-recursion-depth 12;
|
||||
};
|
||||
|
||||
key rndc_key {
|
||||
|
|
|
|||
|
|
@ -25,8 +25,7 @@ options {
|
|||
pid-file "named.pid";
|
||||
listen-on { 10.53.0.3; };
|
||||
listen-on-v6 { none; };
|
||||
servfail-ttl 0;
|
||||
max-recursion-depth 5;
|
||||
max-recursion-depth 5;
|
||||
};
|
||||
|
||||
key rndc_key {
|
||||
|
|
|
|||
|
|
@ -25,8 +25,7 @@ options {
|
|||
pid-file "named.pid";
|
||||
listen-on { 10.53.0.3; };
|
||||
listen-on-v6 { none; };
|
||||
servfail-ttl 0;
|
||||
max-recursion-depth 100;
|
||||
max-recursion-depth 100;
|
||||
};
|
||||
|
||||
key rndc_key {
|
||||
|
|
|
|||
|
|
@ -25,9 +25,8 @@ options {
|
|||
pid-file "named.pid";
|
||||
listen-on { 10.53.0.3; };
|
||||
listen-on-v6 { none; };
|
||||
servfail-ttl 0;
|
||||
max-recursion-depth 100;
|
||||
max-recursion-queries 40;
|
||||
max-recursion-depth 100;
|
||||
max-recursion-queries 40;
|
||||
};
|
||||
|
||||
key rndc_key {
|
||||
|
|
|
|||
Loading…
Reference in a new issue