diff --git a/etc/namedb/named.conf b/etc/namedb/named.conf index aba36dcb2e46..c4248d632c46 100644 --- a/etc/namedb/named.conf +++ b/etc/namedb/named.conf @@ -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";