dnserr.in: IPv6 records for the invalid signature entries.
[dnserr] / dnserr.in
index ebcdf97..a6d9ee8 100644 (file)
--- a/dnserr.in
+++ b/dnserr.in
@@ -9,7 +9,7 @@ $TTL 14400
 
 @                      IN      SOA     MASTER. (
                                                CONTACT.
-                                             2012033109      ;serial
+                                             2012090602      ;serial
                                                   86400      ;refresh
                                                    3600      ;retry
                                                 1209600      ;expire
@@ -32,7 +32,7 @@ cname-3                       IN      CNAME   cname-2
 cname-mx               IN      CNAME   mx
 mx-cname               IN      MX 69   cname
 cname-srv              IN      CNAME   srv
-srv-cname              IN      SRV 69  0 80 cname
+_http._tcp.srv-cname   IN      SRV 69  0 80 cname
 
 ;; I promise never to define RRs for this name.
 ;nxdomain              IN      ANY
@@ -75,10 +75,12 @@ SUBZONE([lame])
 
 ;; An RRset whose DNSsec signature has expired.
 expired-rrsig          IN      A       127.0.0.1
+                       IN      AAAA    ::1
 ;                      IN      RRSIG   ?
 
 ;; An RRset whose signature is incorrect.
-invalid-rrsigx         IN      A       127.0.0.1
+invalid-rrsig          IN      A       127.0.0.1
+                       IN      AAAA    ::1
 ;                      IN      RRSIG   ?
 
 ;; A delegation with an incorrect DS record.
@@ -86,5 +88,4 @@ SUBZONE([wrong-ds])
 wrong-ds               IN      DS      8224 8 1 c12019d5604e3e4b0e0efb7c62c00021b5943e95
 wrong-ds               IN      DS      8224 8 2 1541dfc4f64f26f5685a27bd0bdaac1ecb24b36f49e2d573d62646185978b78b
 
-
 ;;;----- That's all, folks --------------------------------------------------