[v9_10] fix reclimit test (remove servfail-ttl)

This commit is contained in:
Evan Hunt 2014-11-19 00:18:20 -08:00
parent b3aa528d7e
commit 3ba04bb8a0
4 changed files with 5 additions and 9 deletions

View file

@ -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 {

View file

@ -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 {

View file

@ -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 {

View file

@ -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 {