Switch to using my own nameserver.
This commit is contained in:
parent
5b9c1a0e0f
commit
99ff022411
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user