From 9ef1e8e4b3cd2da9d0a04291a81278cf8c59186c Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 13 Aug 2021 18:29:20 +0200 Subject: [PATCH] [dns] add test zone to check sync time --- apps/knotdns/zones/placex.ungleich.ch | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 apps/knotdns/zones/placex.ungleich.ch diff --git a/apps/knotdns/zones/placex.ungleich.ch b/apps/knotdns/zones/placex.ungleich.ch new file mode 100644 index 0000000..8998084 --- /dev/null +++ b/apps/knotdns/zones/placex.ungleich.ch @@ -0,0 +1,23 @@ +$TTL 60 + +@ IN SOA dns3.ungleich.ch. root.ungleich.ch. ( + 2021021800 ; serial number of this zone file + 1d ; slave refresh (1 day) + 2h ; slave retry time in case of a problem (2 hours) + 4w ; slave expiration time (4 weeks) + 1w ; maximum caching time in case of failed lookups (1 hour) + ) + + + NS dns1.ungleich.ch. + NS dns2.ungleich.ch. + NS dns3.ungleich.ch. + + MX 10 smtp.ungleich.ch. + MX 20 mx-backup.ungleich.ch. + + +; red AAAA 2a0a:e5c1:111:111::42 +red AAAA 2a0a:e5c0:13::42 +router1 AAAA 2a0a:e5c0:13::42 +router2 AAAA 2a0a:e5c0:13:0:20d:b9ff:fe46:3bd4