trust-dns: move nameserver to subdomain ns1,ns2

This commit is contained in:
2022-12-08 00:39:22 +00:00
parent 90e479592f
commit edea64a41c

View File

@@ -14,6 +14,9 @@ $TTL 900
@ A 97.126.41.123 @ A 97.126.41.123
; XXX: RFC's specify that the MX record CANNOT BE A CNAME ; XXX: RFC's specify that the MX record CANNOT BE A CNAME
mx A 185.157.162.178 mx A 185.157.162.178
; TODO: can we use CNAME for NS records?
ns1 A 97.126.41.123
ns2 A 97.126.41.123
; TODO: we could make native a CNAME of @? ; TODO: we could make native a CNAME of @?
; or just make all the `CNAME native`s `CNAME @`s? ; or just make all the `CNAME native`s `CNAME @`s?
native A 97.126.41.123 native A 97.126.41.123
@@ -21,7 +24,8 @@ ovpns A 185.157.162.178
; the nameserver for anything *under* or at uninsane.org is this server. ; the nameserver for anything *under* or at uninsane.org is this server.
@ NS uninsane.org. @ NS ns1.uninsane.org.
@ NS ns2.uninsane.org.
@ MX 10 mx.uninsane.org. @ MX 10 mx.uninsane.org.
bt CNAME native bt CNAME native