mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
Use trust anchors with 'dnssec-validation yes' in system tests
Explicitly use an empty 'trust-anchors' statement in the system tests where it was used implicitly before. In resolver/ns5/named.conf.in use the trust anchor in 'trusted.conf', which was supposed to be used there.
This commit is contained in:
@@ -26,6 +26,8 @@ options {
|
|||||||
minimal-responses no;
|
minimal-responses no;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "." {
|
zone "." {
|
||||||
type hint;
|
type hint;
|
||||||
file "root.hint";
|
file "root.hint";
|
||||||
|
@@ -25,6 +25,8 @@ options {
|
|||||||
dnssec-validation yes;
|
dnssec-validation yes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
key rndc_key {
|
key rndc_key {
|
||||||
secret "1234abcd8765";
|
secret "1234abcd8765";
|
||||||
algorithm @DEFAULT_HMAC@;
|
algorithm @DEFAULT_HMAC@;
|
||||||
|
@@ -24,4 +24,6 @@ options {
|
|||||||
notify yes;
|
notify yes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "." { type primary; file "root.db"; };
|
zone "." { type primary; file "root.db"; };
|
||||||
|
@@ -30,6 +30,8 @@ options {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
key rndc_key {
|
key rndc_key {
|
||||||
secret "1234abcd8765";
|
secret "1234abcd8765";
|
||||||
algorithm @DEFAULT_HMAC@;
|
algorithm @DEFAULT_HMAC@;
|
||||||
|
@@ -25,6 +25,8 @@ options {
|
|||||||
notify yes;
|
notify yes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "." {
|
zone "." {
|
||||||
type hint;
|
type hint;
|
||||||
file "root.hints";
|
file "root.hints";
|
||||||
|
@@ -25,6 +25,8 @@ options {
|
|||||||
notify yes;
|
notify yes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "." {
|
zone "." {
|
||||||
type hint;
|
type hint;
|
||||||
file "root.hints";
|
file "root.hints";
|
||||||
|
@@ -26,6 +26,8 @@ options {
|
|||||||
notify yes;
|
notify yes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "." {
|
zone "." {
|
||||||
type hint;
|
type hint;
|
||||||
file "root.hints";
|
file "root.hints";
|
||||||
|
@@ -26,6 +26,8 @@ options {
|
|||||||
notify yes;
|
notify yes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "." {
|
zone "." {
|
||||||
type hint;
|
type hint;
|
||||||
file "root.hints";
|
file "root.hints";
|
||||||
|
@@ -69,6 +69,8 @@ options {
|
|||||||
transfers-out 100;
|
transfers-out 100;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "." {
|
zone "." {
|
||||||
type primary;
|
type primary;
|
||||||
file "root.db";
|
file "root.db";
|
||||||
|
@@ -39,6 +39,8 @@ options {
|
|||||||
dnssec-validation yes;
|
dnssec-validation yes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "." {
|
zone "." {
|
||||||
type hint;
|
type hint;
|
||||||
file "../../_common/root.hint";
|
file "../../_common/root.hint";
|
||||||
|
@@ -39,6 +39,8 @@ options {
|
|||||||
dnssec-validation yes;
|
dnssec-validation yes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "." {
|
zone "." {
|
||||||
type hint;
|
type hint;
|
||||||
file "../../_common/root.hint";
|
file "../../_common/root.hint";
|
||||||
|
@@ -39,6 +39,8 @@ options {
|
|||||||
dnssec-validation yes;
|
dnssec-validation yes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "." {
|
zone "." {
|
||||||
type hint;
|
type hint;
|
||||||
file "../../_common/root.hint";
|
file "../../_common/root.hint";
|
||||||
|
@@ -39,6 +39,8 @@ options {
|
|||||||
dnssec-validation yes;
|
dnssec-validation yes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "." {
|
zone "." {
|
||||||
type hint;
|
type hint;
|
||||||
file "../../_common/root.hint";
|
file "../../_common/root.hint";
|
||||||
|
@@ -49,6 +49,8 @@ options {
|
|||||||
nocookie-udp-size 512;
|
nocookie-udp-size 512;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "." {
|
zone "." {
|
||||||
type hint;
|
type hint;
|
||||||
file "root.hint";
|
file "root.hint";
|
||||||
|
@@ -41,6 +41,8 @@ options {
|
|||||||
require-server-cookie yes;
|
require-server-cookie yes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "." {
|
zone "." {
|
||||||
type hint;
|
type hint;
|
||||||
file "root.hint";
|
file "root.hint";
|
||||||
|
@@ -35,6 +35,8 @@ options {
|
|||||||
require-server-cookie yes;
|
require-server-cookie yes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "." {
|
zone "." {
|
||||||
type hint;
|
type hint;
|
||||||
file "root.hint";
|
file "root.hint";
|
||||||
|
@@ -36,6 +36,8 @@ options {
|
|||||||
require-server-cookie yes;
|
require-server-cookie yes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "." {
|
zone "." {
|
||||||
type hint;
|
type hint;
|
||||||
file "root.hint";
|
file "root.hint";
|
||||||
|
@@ -35,6 +35,8 @@ options {
|
|||||||
require-server-cookie yes;
|
require-server-cookie yes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "." {
|
zone "." {
|
||||||
type hint;
|
type hint;
|
||||||
file "root.hint";
|
file "root.hint";
|
||||||
|
@@ -33,6 +33,8 @@ options {
|
|||||||
require-server-cookie yes;
|
require-server-cookie yes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
server 10.53.0.7 { require-cookie yes; };
|
server 10.53.0.7 { require-cookie yes; };
|
||||||
|
|
||||||
zone "example" {
|
zone "example" {
|
||||||
|
@@ -35,6 +35,8 @@ options {
|
|||||||
dnssec-validation yes;
|
dnssec-validation yes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "database" {
|
zone "database" {
|
||||||
type primary;
|
type primary;
|
||||||
database "_builtin empty localhost. hostmaster.isc.org.";
|
database "_builtin empty localhost. hostmaster.isc.org.";
|
||||||
|
@@ -35,6 +35,8 @@ options {
|
|||||||
dnssec-validation yes;
|
dnssec-validation yes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "database" {
|
zone "database" {
|
||||||
type primary;
|
type primary;
|
||||||
database "_builtin empty localhost. marka.isc.org.";
|
database "_builtin empty localhost. marka.isc.org.";
|
||||||
|
@@ -42,6 +42,8 @@ options {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "." {
|
zone "." {
|
||||||
type primary;
|
type primary;
|
||||||
file "root.db";
|
file "root.db";
|
||||||
|
@@ -45,6 +45,8 @@ options {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "." {
|
zone "." {
|
||||||
type primary;
|
type primary;
|
||||||
file "root.db";
|
file "root.db";
|
||||||
|
@@ -34,6 +34,8 @@ options {
|
|||||||
dnssec-validation yes;
|
dnssec-validation yes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "." {
|
zone "." {
|
||||||
type primary;
|
type primary;
|
||||||
file "root.db";
|
file "root.db";
|
||||||
|
@@ -60,6 +60,8 @@ options {
|
|||||||
response-policy { zone "rpz"; };
|
response-policy { zone "rpz"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "." {
|
zone "." {
|
||||||
type hint;
|
type hint;
|
||||||
file "../../_common/root.hint";
|
file "../../_common/root.hint";
|
||||||
|
@@ -40,6 +40,8 @@ options {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "." {
|
zone "." {
|
||||||
type hint;
|
type hint;
|
||||||
file "hints";
|
file "hints";
|
||||||
|
@@ -30,6 +30,8 @@ options {
|
|||||||
recursion no;
|
recursion no;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "." {
|
zone "." {
|
||||||
type master;
|
type master;
|
||||||
file "root.db";
|
file "root.db";
|
||||||
|
@@ -32,6 +32,8 @@ options {
|
|||||||
qname-minimization disabled;
|
qname-minimization disabled;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
key rndc_key {
|
key rndc_key {
|
||||||
secret "1234abcd8765";
|
secret "1234abcd8765";
|
||||||
algorithm @DEFAULT_HMAC@;
|
algorithm @DEFAULT_HMAC@;
|
||||||
|
@@ -32,6 +32,8 @@ options {
|
|||||||
qname-minimization disabled;
|
qname-minimization disabled;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
key rndc_key {
|
key rndc_key {
|
||||||
secret "1234abcd8765";
|
secret "1234abcd8765";
|
||||||
algorithm @DEFAULT_HMAC@;
|
algorithm @DEFAULT_HMAC@;
|
||||||
|
@@ -33,6 +33,8 @@ options {
|
|||||||
qname-minimization disabled;
|
qname-minimization disabled;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
server 10.53.0.1 { tcp-only yes; };
|
server 10.53.0.1 { tcp-only yes; };
|
||||||
|
|
||||||
key rndc_key {
|
key rndc_key {
|
||||||
|
@@ -32,6 +32,8 @@ options {
|
|||||||
qname-minimization disabled;
|
qname-minimization disabled;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
server 10.53.0.1 { tcp-only yes; };
|
server 10.53.0.1 { tcp-only yes; };
|
||||||
|
|
||||||
key rndc_key {
|
key rndc_key {
|
||||||
|
@@ -100,6 +100,8 @@ options {
|
|||||||
transfers-out 100;
|
transfers-out 100;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "." {
|
zone "." {
|
||||||
type primary;
|
type primary;
|
||||||
file "root.db";
|
file "root.db";
|
||||||
|
@@ -53,6 +53,8 @@ options {
|
|||||||
transfers-out 100;
|
transfers-out 100;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "." {
|
zone "." {
|
||||||
type hint;
|
type hint;
|
||||||
file "../../_common/root.hint";
|
file "../../_common/root.hint";
|
||||||
|
@@ -46,6 +46,8 @@ options {
|
|||||||
dnssec-validation yes;
|
dnssec-validation yes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "." {
|
zone "." {
|
||||||
type hint;
|
type hint;
|
||||||
file "../../_common/root.hint";
|
file "../../_common/root.hint";
|
||||||
|
@@ -54,6 +54,8 @@ options {
|
|||||||
dnssec-validation yes;
|
dnssec-validation yes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "." {
|
zone "." {
|
||||||
type hint;
|
type hint;
|
||||||
file "../../_common/root.hint";
|
file "../../_common/root.hint";
|
||||||
|
@@ -42,6 +42,8 @@ options {
|
|||||||
dnssec-validation yes;
|
dnssec-validation yes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "." {
|
zone "." {
|
||||||
type hint;
|
type hint;
|
||||||
file "../../_common/root.hint";
|
file "../../_common/root.hint";
|
||||||
|
@@ -28,6 +28,8 @@ options {
|
|||||||
fetches-per-server 400;
|
fetches-per-server 400;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
server 10.53.0.4 {
|
server 10.53.0.4 {
|
||||||
edns no;
|
edns no;
|
||||||
};
|
};
|
||||||
|
@@ -26,6 +26,8 @@ options {
|
|||||||
fetches-per-zone 40;
|
fetches-per-zone 40;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
server 10.53.0.4 {
|
server 10.53.0.4 {
|
||||||
edns no;
|
edns no;
|
||||||
};
|
};
|
||||||
|
@@ -26,6 +26,8 @@ options {
|
|||||||
recursive-clients 400;
|
recursive-clients 400;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
server 10.53.0.4 {
|
server 10.53.0.4 {
|
||||||
edns no;
|
edns no;
|
||||||
};
|
};
|
||||||
|
@@ -27,6 +27,8 @@ options {
|
|||||||
max-clients-per-query 10;
|
max-clients-per-query 10;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
server 10.53.0.4 {
|
server 10.53.0.4 {
|
||||||
edns no;
|
edns no;
|
||||||
};
|
};
|
||||||
|
@@ -30,6 +30,8 @@ options {
|
|||||||
max-clients-per-query 10;
|
max-clients-per-query 10;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
server 10.53.0.4 {
|
server 10.53.0.4 {
|
||||||
edns no;
|
edns no;
|
||||||
};
|
};
|
||||||
|
@@ -25,6 +25,8 @@ options {
|
|||||||
minimal-responses no;
|
minimal-responses no;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
acl filterees { 10.53.0.1; };
|
acl filterees { 10.53.0.1; };
|
||||||
|
|
||||||
plugin query "../../../../plugins/.libs/filter-aaaa.so" {
|
plugin query "../../../../plugins/.libs/filter-aaaa.so" {
|
||||||
|
@@ -25,6 +25,8 @@ options {
|
|||||||
minimal-responses no;
|
minimal-responses no;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
plugin query "../../../../plugins/.libs/filter-aaaa.so" {
|
plugin query "../../../../plugins/.libs/filter-aaaa.so" {
|
||||||
filter-aaaa-on-v6 yes;
|
filter-aaaa-on-v6 yes;
|
||||||
filter-aaaa { fd92:7065:b8e:ffff::1; };
|
filter-aaaa { fd92:7065:b8e:ffff::1; };
|
||||||
|
@@ -27,6 +27,8 @@ options {
|
|||||||
dnssec-validation yes;
|
dnssec-validation yes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
key rndc_key {
|
key rndc_key {
|
||||||
secret "1234abcd8765";
|
secret "1234abcd8765";
|
||||||
algorithm @DEFAULT_HMAC@;
|
algorithm @DEFAULT_HMAC@;
|
||||||
|
@@ -27,6 +27,8 @@ options {
|
|||||||
minimal-responses yes;
|
minimal-responses yes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "." {
|
zone "." {
|
||||||
type hint;
|
type hint;
|
||||||
file "root.db";
|
file "root.db";
|
||||||
|
@@ -25,6 +25,8 @@ options {
|
|||||||
dnssec-validation yes;
|
dnssec-validation yes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "." {
|
zone "." {
|
||||||
type hint;
|
type hint;
|
||||||
file "root.db";
|
file "root.db";
|
||||||
|
@@ -24,6 +24,8 @@ options {
|
|||||||
dnssec-validation yes;
|
dnssec-validation yes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "." {
|
zone "." {
|
||||||
type hint;
|
type hint;
|
||||||
file "root.db";
|
file "root.db";
|
||||||
|
@@ -24,6 +24,8 @@ options {
|
|||||||
dnssec-validation yes;
|
dnssec-validation yes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "." {
|
zone "." {
|
||||||
type hint;
|
type hint;
|
||||||
file "root.db";
|
file "root.db";
|
||||||
|
@@ -24,6 +24,8 @@ options {
|
|||||||
minimal-responses no;
|
minimal-responses no;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
plugin query "../driver/.libs/test-async.so";
|
plugin query "../driver/.libs/test-async.so";
|
||||||
|
|
||||||
key rndc_key {
|
key rndc_key {
|
||||||
|
@@ -23,6 +23,8 @@ options {
|
|||||||
dnssec-validation yes;
|
dnssec-validation yes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
key rndc_key {
|
key rndc_key {
|
||||||
secret "1234abcd8765";
|
secret "1234abcd8765";
|
||||||
algorithm @DEFAULT_HMAC@;
|
algorithm @DEFAULT_HMAC@;
|
||||||
|
@@ -26,6 +26,8 @@ options {
|
|||||||
dnssec-validation yes;
|
dnssec-validation yes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "." {
|
zone "." {
|
||||||
type hint;
|
type hint;
|
||||||
file "../../_common/root.hint";
|
file "../../_common/root.hint";
|
||||||
|
@@ -32,6 +32,8 @@ options {
|
|||||||
allow-query { allowed; };
|
allow-query { allowed; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
key rndc_key {
|
key rndc_key {
|
||||||
secret "1234abcd8765";
|
secret "1234abcd8765";
|
||||||
algorithm @DEFAULT_HMAC@;
|
algorithm @DEFAULT_HMAC@;
|
||||||
|
@@ -32,6 +32,8 @@ options {
|
|||||||
allow-query { allowed; };
|
allow-query { allowed; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
key rndc_key {
|
key rndc_key {
|
||||||
secret "1234abcd8765";
|
secret "1234abcd8765";
|
||||||
algorithm @DEFAULT_HMAC@;
|
algorithm @DEFAULT_HMAC@;
|
||||||
|
@@ -26,6 +26,8 @@ options {
|
|||||||
dnssec-validation yes;
|
dnssec-validation yes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
key rndc_key {
|
key rndc_key {
|
||||||
secret "1234abcd8765";
|
secret "1234abcd8765";
|
||||||
algorithm @DEFAULT_HMAC@;
|
algorithm @DEFAULT_HMAC@;
|
||||||
|
@@ -26,6 +26,8 @@ options {
|
|||||||
dnssec-validation yes;
|
dnssec-validation yes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
key rndc_key {
|
key rndc_key {
|
||||||
secret "1234abcd8765";
|
secret "1234abcd8765";
|
||||||
algorithm @DEFAULT_HMAC@;
|
algorithm @DEFAULT_HMAC@;
|
||||||
|
@@ -24,6 +24,8 @@ options {
|
|||||||
notify yes;
|
notify yes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
key rndc_key {
|
key rndc_key {
|
||||||
secret "1234abcd8765";
|
secret "1234abcd8765";
|
||||||
algorithm @DEFAULT_HMAC@;
|
algorithm @DEFAULT_HMAC@;
|
||||||
|
@@ -24,6 +24,8 @@ options {
|
|||||||
notify yes;
|
notify yes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
key rndc_key {
|
key rndc_key {
|
||||||
secret "1234abcd8765";
|
secret "1234abcd8765";
|
||||||
algorithm @DEFAULT_HMAC@;
|
algorithm @DEFAULT_HMAC@;
|
||||||
|
@@ -25,6 +25,8 @@ options {
|
|||||||
notify yes;
|
notify yes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
key rndc_key {
|
key rndc_key {
|
||||||
secret "1234abcd8765";
|
secret "1234abcd8765";
|
||||||
algorithm @DEFAULT_HMAC@;
|
algorithm @DEFAULT_HMAC@;
|
||||||
|
@@ -54,6 +54,8 @@ options {
|
|||||||
tcp-initial-timeout 1200;
|
tcp-initial-timeout 1200;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "example0" {
|
zone "example0" {
|
||||||
type primary;
|
type primary;
|
||||||
file "example.db";
|
file "example.db";
|
||||||
|
@@ -49,6 +49,8 @@ options {
|
|||||||
tcp-initial-timeout 1200;
|
tcp-initial-timeout 1200;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "example" {
|
zone "example" {
|
||||||
type primary;
|
type primary;
|
||||||
file "example.db";
|
file "example.db";
|
||||||
|
@@ -27,6 +27,8 @@ options {
|
|||||||
dnssec-validation yes;
|
dnssec-validation yes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
key rndc_key {
|
key rndc_key {
|
||||||
secret "1234abcd8765";
|
secret "1234abcd8765";
|
||||||
algorithm @DEFAULT_HMAC@;
|
algorithm @DEFAULT_HMAC@;
|
||||||
|
@@ -27,6 +27,8 @@ options {
|
|||||||
dnssec-validation yes;
|
dnssec-validation yes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
key rndc_key {
|
key rndc_key {
|
||||||
secret "1234abcd8765";
|
secret "1234abcd8765";
|
||||||
algorithm @DEFAULT_HMAC@;
|
algorithm @DEFAULT_HMAC@;
|
||||||
|
@@ -28,6 +28,8 @@ options {
|
|||||||
dnssec-validation yes;
|
dnssec-validation yes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
key rndc_key {
|
key rndc_key {
|
||||||
secret "1234abcd8765";
|
secret "1234abcd8765";
|
||||||
algorithm @DEFAULT_HMAC@;
|
algorithm @DEFAULT_HMAC@;
|
||||||
|
@@ -28,6 +28,8 @@ options {
|
|||||||
dnssec-validation yes;
|
dnssec-validation yes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
key rndc_key {
|
key rndc_key {
|
||||||
secret "1234abcd8765";
|
secret "1234abcd8765";
|
||||||
algorithm @DEFAULT_HMAC@;
|
algorithm @DEFAULT_HMAC@;
|
||||||
|
@@ -28,6 +28,8 @@ options {
|
|||||||
dnssec-validation yes;
|
dnssec-validation yes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "." {
|
zone "." {
|
||||||
type primary;
|
type primary;
|
||||||
file "root.db";
|
file "root.db";
|
||||||
@@ -53,5 +55,3 @@ zone "." {
|
|||||||
file "redirect.db";
|
file "redirect.db";
|
||||||
allow-query { !10.53.0.2; !10.53.0.4; any; };
|
allow-query { !10.53.0.2; !10.53.0.4; any; };
|
||||||
};
|
};
|
||||||
|
|
||||||
// include "trusted.conf";
|
|
||||||
|
@@ -31,6 +31,8 @@ options {
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
key rndc_key {
|
key rndc_key {
|
||||||
secret "1234abcd8765";
|
secret "1234abcd8765";
|
||||||
algorithm @DEFAULT_HMAC@;
|
algorithm @DEFAULT_HMAC@;
|
||||||
|
@@ -26,6 +26,8 @@ options {
|
|||||||
dnssec-validation yes;
|
dnssec-validation yes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "." {
|
zone "." {
|
||||||
type primary;
|
type primary;
|
||||||
file "root.db";
|
file "root.db";
|
||||||
@@ -50,5 +52,3 @@ zone "redirect" {
|
|||||||
type primary;
|
type primary;
|
||||||
file "redirect.db";
|
file "redirect.db";
|
||||||
};
|
};
|
||||||
|
|
||||||
// include "trusted.conf";
|
|
||||||
|
@@ -31,6 +31,8 @@ options {
|
|||||||
nxdomain-redirect "redirect";
|
nxdomain-redirect "redirect";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
key rndc_key {
|
key rndc_key {
|
||||||
secret "1234abcd8765";
|
secret "1234abcd8765";
|
||||||
algorithm @DEFAULT_HMAC@;
|
algorithm @DEFAULT_HMAC@;
|
||||||
|
@@ -31,6 +31,8 @@ options {
|
|||||||
attach-cache "globalcache";
|
attach-cache "globalcache";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
server 10.53.0.3 {
|
server 10.53.0.3 {
|
||||||
tcp-only yes;
|
tcp-only yes;
|
||||||
};
|
};
|
||||||
|
@@ -27,6 +27,8 @@ options {
|
|||||||
prefetch 4 10;
|
prefetch 4 10;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
include "trusted.conf";
|
||||||
|
|
||||||
server 10.53.0.7 {
|
server 10.53.0.7 {
|
||||||
edns-version 0;
|
edns-version 0;
|
||||||
};
|
};
|
||||||
|
@@ -34,6 +34,8 @@ options {
|
|||||||
edns-udp-size 4096;
|
edns-udp-size 4096;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
key rndc_key {
|
key rndc_key {
|
||||||
secret "1234abcd8765";
|
secret "1234abcd8765";
|
||||||
algorithm @DEFAULT_HMAC@;
|
algorithm @DEFAULT_HMAC@;
|
||||||
|
@@ -34,6 +34,8 @@ options {
|
|||||||
edns-udp-size 4096;
|
edns-udp-size 4096;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
key rndc_key {
|
key rndc_key {
|
||||||
secret "1234abcd8765";
|
secret "1234abcd8765";
|
||||||
algorithm @DEFAULT_HMAC@;
|
algorithm @DEFAULT_HMAC@;
|
||||||
|
@@ -24,6 +24,8 @@ options {
|
|||||||
qname-minimization off;
|
qname-minimization off;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
key rndc_key {
|
key rndc_key {
|
||||||
secret "1234abcd8765";
|
secret "1234abcd8765";
|
||||||
algorithm @DEFAULT_HMAC@;
|
algorithm @DEFAULT_HMAC@;
|
||||||
|
@@ -20,6 +20,8 @@ options {
|
|||||||
dnssec-validation yes;
|
dnssec-validation yes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
view normal {
|
view normal {
|
||||||
match-clients { any; };
|
match-clients { any; };
|
||||||
|
|
||||||
|
@@ -64,6 +64,8 @@ options {
|
|||||||
notify-delay 0;
|
notify-delay 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
logging { category rpz { default_debug; }; };
|
logging { category rpz { default_debug; }; };
|
||||||
|
|
||||||
key rndc_key {
|
key rndc_key {
|
||||||
|
@@ -46,6 +46,8 @@ options {
|
|||||||
notify-delay 0;
|
notify-delay 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
logging { category rpz { default_debug; }; };
|
logging { category rpz { default_debug; }; };
|
||||||
|
|
||||||
key rndc_key {
|
key rndc_key {
|
||||||
|
@@ -40,6 +40,8 @@ options {
|
|||||||
notify-delay 0;
|
notify-delay 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
logging { category rpz { default_debug; }; };
|
logging { category rpz { default_debug; }; };
|
||||||
|
|
||||||
key rndc_key {
|
key rndc_key {
|
||||||
|
@@ -30,6 +30,8 @@ options {
|
|||||||
include "../dnsrps.conf";
|
include "../dnsrps.conf";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
key rndc_key {
|
key rndc_key {
|
||||||
secret "1234abcd8765";
|
secret "1234abcd8765";
|
||||||
algorithm @DEFAULT_HMAC@;
|
algorithm @DEFAULT_HMAC@;
|
||||||
|
@@ -36,6 +36,8 @@ options {
|
|||||||
include "../dnsrps.conf";
|
include "../dnsrps.conf";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "policy" { type primary; file "policy.db"; };
|
zone "policy" { type primary; file "policy.db"; };
|
||||||
|
|
||||||
zone "example.tld" { type primary; file "example.db"; };
|
zone "example.tld" { type primary; file "example.db"; };
|
||||||
|
@@ -35,6 +35,8 @@ options {
|
|||||||
include "../dnsrps.conf";
|
include "../dnsrps.conf";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "policy" { type primary; file "policy.db"; };
|
zone "policy" { type primary; file "policy.db"; };
|
||||||
|
|
||||||
zone "example.tld" { type primary; file "example.db"; };
|
zone "example.tld" { type primary; file "example.db"; };
|
||||||
|
@@ -33,6 +33,8 @@ options {
|
|||||||
include "../dnsrps.conf";
|
include "../dnsrps.conf";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "policy" { type primary; file "policy.db"; };
|
zone "policy" { type primary; file "policy.db"; };
|
||||||
|
|
||||||
zone "example.tld" { type primary; file "example.db"; };
|
zone "example.tld" { type primary; file "example.db"; };
|
||||||
|
@@ -25,4 +25,6 @@ options {
|
|||||||
dnssec-validation yes;
|
dnssec-validation yes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "." {type primary; file "root.db";};
|
zone "." {type primary; file "root.db";};
|
||||||
|
@@ -36,6 +36,8 @@ options {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
key rndc_key {
|
key rndc_key {
|
||||||
secret "1234abcd8765";
|
secret "1234abcd8765";
|
||||||
algorithm @DEFAULT_HMAC@;
|
algorithm @DEFAULT_HMAC@;
|
||||||
|
@@ -43,6 +43,8 @@ options {
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "." { type hint; file "hints"; };
|
zone "." { type hint; file "hints"; };
|
||||||
|
|
||||||
zone "tld3."{ type primary; file "tld3.db"; };
|
zone "tld3."{ type primary; file "tld3.db"; };
|
||||||
|
@@ -38,6 +38,8 @@ options {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
key rndc_key {
|
key rndc_key {
|
||||||
secret "1234abcd8765";
|
secret "1234abcd8765";
|
||||||
algorithm @DEFAULT_HMAC@;
|
algorithm @DEFAULT_HMAC@;
|
||||||
|
@@ -32,6 +32,8 @@ options {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "." {
|
zone "." {
|
||||||
type hint;
|
type hint;
|
||||||
file "../../_common/root.hint";
|
file "../../_common/root.hint";
|
||||||
|
@@ -28,6 +28,8 @@ options {
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "." {
|
zone "." {
|
||||||
type hint;
|
type hint;
|
||||||
file "../../_common/root.hint";
|
file "../../_common/root.hint";
|
||||||
|
@@ -24,6 +24,8 @@ options {
|
|||||||
notify yes;
|
notify yes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "." {
|
zone "." {
|
||||||
type hint;
|
type hint;
|
||||||
file "../../_common/root.hint";
|
file "../../_common/root.hint";
|
||||||
|
@@ -24,6 +24,8 @@ options {
|
|||||||
notify yes;
|
notify yes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
statistics-channels {
|
statistics-channels {
|
||||||
inet 10.53.0.2 port @EXTRAPORT1@ allow { any; };
|
inet 10.53.0.2 port @EXTRAPORT1@ allow { any; };
|
||||||
};
|
};
|
||||||
|
@@ -27,6 +27,8 @@ options {
|
|||||||
zone-statistics yes;
|
zone-statistics yes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
statistics-channels {
|
statistics-channels {
|
||||||
inet 10.53.0.3 port @EXTRAPORT1@ allow { any; };
|
inet 10.53.0.3 port @EXTRAPORT1@ allow { any; };
|
||||||
};
|
};
|
||||||
|
@@ -26,6 +26,8 @@ options {
|
|||||||
notify yes;
|
notify yes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
key rndc_key {
|
key rndc_key {
|
||||||
secret "1234abcd8765";
|
secret "1234abcd8765";
|
||||||
algorithm @DEFAULT_HMAC@;
|
algorithm @DEFAULT_HMAC@;
|
||||||
|
@@ -26,6 +26,8 @@ options {
|
|||||||
notify yes;
|
notify yes;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "zone000000.example" {
|
zone "zone000000.example" {
|
||||||
type secondary;
|
type secondary;
|
||||||
file "zone000000.example.bk";
|
file "zone000000.example.bk";
|
||||||
|
@@ -68,6 +68,8 @@ options {
|
|||||||
tcp-initial-timeout 1200;
|
tcp-initial-timeout 1200;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "example0" {
|
zone "example0" {
|
||||||
type primary;
|
type primary;
|
||||||
file "example.db";
|
file "example.db";
|
||||||
|
@@ -40,6 +40,8 @@ options {
|
|||||||
allow-proxy-on { 10.53.0.1; fd92:7065:b8e:ffff::1; };
|
allow-proxy-on { 10.53.0.1; fd92:7065:b8e:ffff::1; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "example" {
|
zone "example" {
|
||||||
type primary;
|
type primary;
|
||||||
file "example.db";
|
file "example.db";
|
||||||
|
@@ -40,6 +40,8 @@ options {
|
|||||||
allow-proxy-on { 10.53.0.1; fd92:7065:b8e:ffff::1; };
|
allow-proxy-on { 10.53.0.1; fd92:7065:b8e:ffff::1; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "example" {
|
zone "example" {
|
||||||
type primary;
|
type primary;
|
||||||
file "example.db";
|
file "example.db";
|
||||||
|
@@ -40,6 +40,8 @@ options {
|
|||||||
allow-proxy-on { 10.53.0.1; fd92:7065:b8e:ffff::1; };
|
allow-proxy-on { 10.53.0.1; fd92:7065:b8e:ffff::1; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "example" {
|
zone "example" {
|
||||||
type primary;
|
type primary;
|
||||||
file "example.db";
|
file "example.db";
|
||||||
|
@@ -40,6 +40,8 @@ options {
|
|||||||
allow-proxy-on { 10.53.0.1; fd92:7065:b8e:ffff::1; };
|
allow-proxy-on { 10.53.0.1; fd92:7065:b8e:ffff::1; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "example" {
|
zone "example" {
|
||||||
type primary;
|
type primary;
|
||||||
file "example.db";
|
file "example.db";
|
||||||
|
@@ -40,6 +40,8 @@ options {
|
|||||||
allow-proxy-on { 10.53.0.1; fd92:7065:b8e:ffff::1; };
|
allow-proxy-on { 10.53.0.1; fd92:7065:b8e:ffff::1; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "example" {
|
zone "example" {
|
||||||
type primary;
|
type primary;
|
||||||
file "example.db";
|
file "example.db";
|
||||||
|
@@ -40,6 +40,8 @@ options {
|
|||||||
allow-proxy-on { 10.53.0.1; fd92:7065:b8e:ffff::1; };
|
allow-proxy-on { 10.53.0.1; fd92:7065:b8e:ffff::1; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "example" {
|
zone "example" {
|
||||||
type primary;
|
type primary;
|
||||||
file "example.db";
|
file "example.db";
|
||||||
|
@@ -40,6 +40,8 @@ options {
|
|||||||
allow-proxy-on { 10.53.0.1; fd92:7065:b8e:ffff::1; };
|
allow-proxy-on { 10.53.0.1; fd92:7065:b8e:ffff::1; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
trust-anchors { };
|
||||||
|
|
||||||
zone "example" {
|
zone "example" {
|
||||||
type primary;
|
type primary;
|
||||||
file "example.db";
|
file "example.db";
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user