From 84d7e4e28359969bb84f40864d725560875f7809 Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Sat, 20 May 2017 14:33:33 -0400 Subject: [PATCH] Point ns1 back at (current) olinda It seems that dehnert.arctic.org uses ns1.dehnerts.com, so we get SERVFAILs and stuff if we just change the nameserver record to ns3. --- pri/combined-dehnerts.zone | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pri/combined-dehnerts.zone b/pri/combined-dehnerts.zone index cf9d535..54150b4 100644 --- a/pri/combined-dehnerts.zone +++ b/pri/combined-dehnerts.zone @@ -1,12 +1,12 @@ $TTL 1h @ IN SOA ns root ( - 2017012601 ; Serial + 2017051901 ; Serial 4h ; slave refresh 15m ; slave retry time in case of a problem 4w ; slave expiration time 1h ; maximum caching time in case of failed lookups (1 hour) ) -; IN NS ns1.dehnerts.com. + IN NS ns1.dehnerts.com. ; IN NS ns2.dehnerts.com. IN NS ns3.dehnerts.com. IN NS ns1.sipb.org. @@ -41,6 +41,7 @@ imap IN CNAME mail *.imap IN CNAME mail smtp IN A 18.102.208.15 ns IN A 18.102.208.15 +ns1 IN A 18.102.208.15 ns2 IN A 66.92.29.156 ns3 IN A 18.102.208.15 ;www IN CNAME copan -- 2.34.1