diff options
-rw-r--r-- | etc/namedb/named.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/namedb/named.conf b/etc/namedb/named.conf index aba36dc..c4248d6 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"; |