23 lines
572 B
Plaintext
23 lines
572 B
Plaintext
$ORIGIN cryptid.gay.
|
|
@ 3600 IN SOA ns3.xaviera.systems. admin.k7dxs.net. (
|
|
2 ; serial
|
|
28800 ; refresh (8 hours)
|
|
7200 ; retry (2 hours)
|
|
2419200 ; expire (4 weeks)
|
|
3600 ; minimum (1 hour)
|
|
)
|
|
; Nameservers
|
|
@ 300 IN NS ns1.xaviera.systems.
|
|
@ 300 IN NS ns2.xaviera.systems.
|
|
@ 300 IN NS ns3.xaviera.systems.
|
|
@ 300 IN NS ns4.xaviera.systems.
|
|
|
|
; Primary host
|
|
@ 300 IN A 65.101.184.219
|
|
;* 300 IN A 65.101.184.219
|
|
|
|
@ 300 IN MX fwd1.porkbun.com.
|
|
@ 300 IN MX fwd2.porkbun.com.
|
|
@ 300 IN TXT "v=spf1 include:_spf.porkbun.com ~all"
|
|
; vim: ts=8
|