summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2024-04-25 10:33:21 -0700
committerThiago Macieira <thiago.macieira@intel.com>2024-05-01 18:38:04 -0700
commit9780f739c08f052ead13671178bc7376c0d7d662 (patch)
tree859f223367f92d84219c1843f51e922b3d4c2763
parent9ae84f388a4e4df2a32cd4e8b11289b0edefeec6 (diff)
dnszones: update to match what's deployed
Indicate that the SOA and real NS records may not match what's in this file. Change-Id: I6979d02a7395405cbf23fffd17c99657b698f8df Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
-rw-r--r--dnszones/test.ZONEINFO22
1 files 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