From d754e0eb9dcc80a035e91ccedf539abf885a4e75 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 4 May 2014 10:46:28 +0100 Subject: [PATCH] dnserr.in: IPv6 records for the invalid signature entries. --- dnserr.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dnserr.in b/dnserr.in index fef8a2b..a6d9ee8 100644 --- a/dnserr.in +++ b/dnserr.in @@ -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. -- 2.11.0