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

This commit is contained in:
Evan Hunt
2014-11-19 00:18:08 -08:00
parent 40503e4d2c
commit 73e42f8b26
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 {