[v9_9_6_patch] fix reclimit test (remove servfail-ttl)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user