From 99ff022411695b40a9fd713595395427e472772a Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Mon, 19 Jun 2023 14:58:50 -0400 Subject: [PATCH] Switch to using my own nameserver. --- ansible/roles/public_dns/files/master.db | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ansible/roles/public_dns/files/master.db b/ansible/roles/public_dns/files/master.db index d5ec35d..65c9724 100644 --- a/ansible/roles/public_dns/files/master.db +++ b/ansible/roles/public_dns/files/master.db @@ -1,5 +1,5 @@ $ORIGIN fizz.buzz. -@ 3600 IN SOA ns1.vultr.com. ( +@ 3600 IN SOA ns1.fizz.buzz. ( dnsadm.choopa.com. ; E-Mail of responsible person 2023061800 ; serial 7200 ; refresh (2 hours) @@ -8,8 +8,8 @@ $ORIGIN fizz.buzz. 3600 ; minimum (1 hour) ) - 3600 IN NS ns1.vultr.com. - 3600 IN NS ns2.vultr.com. + 3600 IN NS ns1.fizz.buzz. + ; 3600 IN NS ns2.fizz.buzz. ; Allow receiving mail at fizz.buzz 1h IN MX 10 in1-smtp.messagingengine.com @@ -18,6 +18,9 @@ $ORIGIN fizz.buzz. ; Allows receivers to know you send your mail via Fastmail, and other servers 1h IN TXT v=spf1 include:spf.messagingengine.com ?all +ns1 IN A 74.80.180.138 +; ns2 IN A 74.80.180.138 + ; Access webmail at mail.fizz.buzz mail IN A 103.168.172.47 IN A 103.168.172.48