From 9780f739c08f052ead13671178bc7376c0d7d662 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Thu, 25 Apr 2024 10:33:21 -0700 Subject: dnszones: update to match what's deployed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Indicate that the SOA and real NS records may not match what's in this file. Change-Id: I6979d02a7395405cbf23fffd17c99657b698f8df Reviewed-by: Mårten Nordheim --- dnszones/test.ZONEINFO | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/dnszones/test.ZONEINFO b/dnszones/test.ZONEINFO index e7af1216..13833009 100644 --- a/dnszones/test.ZONEINFO +++ b/dnszones/test.ZONEINFO @@ -5,22 +5,20 @@ ; Set the TTL to a low value, so redeployment is easy $TTL 60 -@ IN SOA ns-foo.linpro.net. hostmaster.redpill-linpro.com. ( - 13 ; serial +; -- MAY NOT MATCH BEGIN -- +@ IN SOA nowhere.example.net. hostmaster.example.com. ( + 1 ; serial 10800 ; refresh (3 hours) 60 ; retry (1 min) 60 ; expire (1 min) 60 ; minimum (1 min) ) - IN NS ns-foo.linpro.net. - IN NS ns-zoo.linpro.net. - IN NS ns-bar.linpro.net. + IN NS nowhere.example.net. + ; IDN test domain ; This expands to "alqualondë" -- historical reasons -xn--alqualond-34a 86400 IN NS ns-foo.linpro.net. - IN NS ns-bar.linpro.net. - IN NS ns-zoo.linpro.net. - +xn--alqualond-34a 86400 IN NS nowhere.example.net +; -- MAY NOT MATCH END -- localhost IN A 127.0.0.1 IN AAAA ::1 @@ -85,9 +83,9 @@ cname-cname IN CNAME cname ; NS record ; Note: NS records must point to valid DNS servers... -ns-single IN NS ns-foo.linpro.net. -ns-multi IN NS ns-foo.linpro.net. - IN NS ns-bar.linpro.net. +ns-single IN NS ns11.cloudns.net. +ns-multi IN NS ns11.cloudns.net. + IN NS ns12.cloudns.net. ; PTR records ptr-single IN PTR a-single -- cgit v1.2.3