[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:
Evan Hunt
2017-10-03 00:28:31 -07:00
parent a009d03a1a
commit f29359299a
27 changed files with 207 additions and 569 deletions

View File

@@ -0,0 +1,3 @@
options {
dnssec-lookaside auto;
};

View File

@@ -0,0 +1,3 @@
options {
dnssec-lookaside . trust-anchor dlv.isc.org;
};

View File

@@ -24,7 +24,7 @@ view view2 {
view view3 {
match-clients { none; };
dnssec-lookaside auto;
dnssec-validation auto;
};
view view4 {

View File

@@ -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;
};