4576. [func] The RPZ implementation has been substantially refactored for improved performance and reliability. [RT #43449]
This commit is contained in:
@@ -44,6 +44,7 @@ options {
|
||||
}
|
||||
min-ns-dots 0
|
||||
qname-wait-recurse yes
|
||||
min-update-interval 0
|
||||
;
|
||||
};
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ options {
|
||||
forward only;
|
||||
forwarders { 10.53.0.3; };
|
||||
|
||||
response-policy { zone "policy1"; };
|
||||
response-policy { zone "policy1" min-update-interval 0; };
|
||||
};
|
||||
|
||||
key rndc_key {
|
||||
|
||||
@@ -17,7 +17,9 @@ options {
|
||||
listen-on { 10.53.0.7; };
|
||||
listen-on-v6 { none; };
|
||||
|
||||
response-policy { zone "policy2"; } qname-wait-recurse no;
|
||||
response-policy { zone "policy2"; }
|
||||
qname-wait-recurse no
|
||||
min-update-interval 0;
|
||||
};
|
||||
|
||||
key rndc_key {
|
||||
|
||||
Reference in New Issue
Block a user