compliance with RFC3152.
PR: standards/45557 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> Approved by: re
This commit is contained in:
parent
8d193c05cf
commit
3cea219898
@ -66,6 +66,13 @@ zone "0.0.127.IN-ADDR.ARPA" {
|
||||
file "localhost.rev";
|
||||
};
|
||||
|
||||
// RFC 3152
|
||||
zone "1.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.ARPA" {
|
||||
type master;
|
||||
file "localhost-v6.rev";
|
||||
};
|
||||
|
||||
// RFC 1886 -- deprecated
|
||||
zone "1.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-v6.rev";
|
||||
|
Loading…
Reference in New Issue
Block a user