Remove the ip6.int zone from the named examples.
This commit is contained in:
parent
5e87b38c2c
commit
3b5077c7b0
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=25761
1 changed files with 0 additions and 12 deletions
|
@ -3332,12 +3332,6 @@ zone "0.0.127.IN-ADDR.ARPA" {
|
|||
file "localhost.rev";
|
||||
};
|
||||
|
||||
zone
|
||||
"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.IP6.INT" {
|
||||
type master;
|
||||
file "localhost.rev";
|
||||
};
|
||||
|
||||
// NB: Do not use the IP addresses below, they are faked, and only
|
||||
// serve demonstration/documentation purposes!
|
||||
//
|
||||
|
@ -3899,12 +3893,6 @@ zone "0.0.127.in-addr.arpa" IN {
|
|||
allow-transfer { localhost; };
|
||||
notify no;
|
||||
};
|
||||
zone "0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.int" {
|
||||
type master;
|
||||
file "master/localhost-v6.rev";
|
||||
allow-transfer { localhost; };
|
||||
notify no;
|
||||
};
|
||||
zone "." IN {
|
||||
type hint;
|
||||
file "master/named.root";
|
||||
|
|
Loading…
Reference in a new issue