[master] de-DLV
4749. [func] The ISC DLV service has been shut down, and all DLV records have been removed from dlv.isc.org. - Removed references to ISC DLV in documentation - Removed DLV key from bind.keys - No longer use ISC DLV by default in delv [RT #46155]
This commit is contained in:
3
bin/tests/system/checkconf/bad-dlv-auto.conf
Normal file
3
bin/tests/system/checkconf/bad-dlv-auto.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
options {
|
||||
dnssec-lookaside auto;
|
||||
};
|
||||
3
bin/tests/system/checkconf/bad-dlv-dlv.isc.org.conf
Normal file
3
bin/tests/system/checkconf/bad-dlv-dlv.isc.org.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
options {
|
||||
dnssec-lookaside . trust-anchor dlv.isc.org;
|
||||
};
|
||||
@@ -24,7 +24,7 @@ view view2 {
|
||||
|
||||
view view3 {
|
||||
match-clients { none; };
|
||||
dnssec-lookaside auto;
|
||||
dnssec-validation auto;
|
||||
};
|
||||
|
||||
view view4 {
|
||||
|
||||
@@ -80,7 +80,6 @@ view "first" {
|
||||
type master;
|
||||
file "yyy";
|
||||
};
|
||||
dnssec-lookaside auto;
|
||||
dnssec-validation auto;
|
||||
zone-statistics terse;
|
||||
};
|
||||
@@ -111,7 +110,7 @@ view "second" {
|
||||
1.2.3.4;
|
||||
};
|
||||
};
|
||||
dnssec-lookaside "." trust-anchor "dlv.isc.org.";
|
||||
dnssec-lookaside "." trust-anchor "example.org.";
|
||||
dnssec-validation auto;
|
||||
zone-statistics full;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user