mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-07 00:23:44 +08:00
🐞 SOA and hostmaster are no longer swapped
I had accidentally swapped the SOA & hostmaster. This didn't break anything, but it's very embarrassing. fixes <http://www.webdnstools.com/dnstools/domain_check>: > 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.
This commit is contained in:
@@ -32,7 +32,7 @@ pdns_pipe: |
|
|||||||
# Configuration
|
# Configuration
|
||||||
#
|
#
|
||||||
# Increment this timestamp when the contents of the file change.
|
# 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.
|
# The top-level domain for which the name server is authoritative.
|
||||||
# CHANGEME: change "sslip.io" to your domain
|
# CHANGEME: change "sslip.io" to your domain
|
||||||
@@ -42,7 +42,7 @@ pdns_pipe: |
|
|||||||
XIP_TTL=300
|
XIP_TTL=300
|
||||||
|
|
||||||
# SOA record
|
# 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.
|
# 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.
|
# `A` queries for the top-level domain will return this list of addresses.
|
||||||
|
Reference in New Issue
Block a user