From ef3a0bfd13a2c6f2c46f3373fbfba52aa0ac376b Mon Sep 17 00:00:00 2001 From: Brian Cunnie Date: Sat, 28 Nov 2020 12:33:24 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20SOA=20and=20hostmaster=20are=20n?= =?UTF-8?q?o=20longer=20swapped?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I had accidentally swapped the SOA & hostmaster. This didn't break anything, but it's very embarrassing. fixes : > Checking DNS contact email address is valid. ns-he@nono.io is not valid. Mail server returned 'no such user'. > Your SOA record lists briancunnie.gmail.com as the Primary nameserver. This server is not listed as a valid nameserver at the parent servers. --- conf/sslip.io+nono.io.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/sslip.io+nono.io.yml b/conf/sslip.io+nono.io.yml index 4fef5ab..fdb0c74 100644 --- a/conf/sslip.io+nono.io.yml +++ b/conf/sslip.io+nono.io.yml @@ -32,7 +32,7 @@ pdns_pipe: | # Configuration # # Increment this timestamp when the contents of the file change. - XIP_TIMESTAMP="2018092000" + XIP_TIMESTAMP="2020112800" # The top-level domain for which the name server is authoritative. # CHANGEME: change "sslip.io" to your domain @@ -42,7 +42,7 @@ pdns_pipe: | XIP_TTL=300 # SOA record - XIP_SOA="briancunnie.gmail.com ns-he.nono.io $XIP_TIMESTAMP $XIP_TTL $XIP_TTL $XIP_TTL $XIP_TTL" + XIP_SOA="ns-he.nono.io briancunnie.gmail.com $XIP_TIMESTAMP $XIP_TTL $XIP_TTL $XIP_TTL $XIP_TTL" # The public IP addresses (e.g. for the web site) of the top-level domain. # `A` queries for the top-level domain will return this list of addresses.