From edea64a41c2dfb6eb39009c9d305095f18d08aed Mon Sep 17 00:00:00 2001 From: colin Date: Thu, 8 Dec 2022 00:39:22 +0000 Subject: [PATCH] trust-dns: move nameserver to subdomain ns1,ns2 --- hosts/servo/services/trust-dns/uninsane.org.zone | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hosts/servo/services/trust-dns/uninsane.org.zone b/hosts/servo/services/trust-dns/uninsane.org.zone index 506aa9dbf..f09ea2fc2 100644 --- a/hosts/servo/services/trust-dns/uninsane.org.zone +++ b/hosts/servo/services/trust-dns/uninsane.org.zone @@ -14,6 +14,9 @@ $TTL 900 @ A 97.126.41.123 ; XXX: RFC's specify that the MX record CANNOT BE A CNAME 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 @? ; or just make all the `CNAME native`s `CNAME @`s? 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. -@ NS uninsane.org. +@ NS ns1.uninsane.org. +@ NS ns2.uninsane.org. @ MX 10 mx.uninsane.org. bt CNAME native