From 5da234bc3a82c2d39fd4279f680256feedccc027 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= <vladimir.cunat@nic.cz>
Date: Wed, 1 Nov 2017 17:35:43 +0100
Subject: [PATCH] iter_{badraw,formerr}: fix bad additional records

---
 sets/resolver/iter_badraw.rpl  | 4 ++--
 sets/resolver/iter_formerr.rpl | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sets/resolver/iter_badraw.rpl b/sets/resolver/iter_badraw.rpl
index 66fb3e8..ccddd90 100644
--- a/sets/resolver/iter_badraw.rpl
+++ b/sets/resolver/iter_badraw.rpl
@@ -18655,7 +18655,7 @@ cz. IN A
 SECTION AUTHORITY
 cz. IN NS ns1.cz.
 SECTION ADDITIONAL
-ns1.cz. IN A 168.192.2.2
+ns1.cz. IN A 193.0.14.129
 ENTRY_END
 
 ; this is the formerr answer
@@ -18682,7 +18682,7 @@ cz. IN A 10.20.30.40
 SECTION AUTHORITY
 cz. IN NS ns1.cz.
 SECTION ADDITIONAL
-ns1.cz. IN A 168.192.2.2
+ns1.cz. IN A 193.0.14.129
 ENTRY_END
 
 ; is the final answer correct?
diff --git a/sets/resolver/iter_formerr.rpl b/sets/resolver/iter_formerr.rpl
index 10cf074..3146bc6 100644
--- a/sets/resolver/iter_formerr.rpl
+++ b/sets/resolver/iter_formerr.rpl
@@ -39,7 +39,7 @@ cz. IN A
 SECTION AUTHORITY
 cz. IN NS ns1.cz.
 SECTION ADDITIONAL
-ns1.cz. IN A 168.192.2.2
+ns1.cz. IN A 193.0.14.129
 ENTRY_END
 
 ; this is the formerr answer
@@ -66,7 +66,7 @@ cz. IN A 10.20.30.40
 SECTION AUTHORITY
 cz. IN NS ns1.cz.
 SECTION ADDITIONAL
-ns1.cz. IN A 168.192.2.2
+ns1.cz. IN A 193.0.14.129
 ENTRY_END
 
 ; is the final answer correct?
-- 
GitLab