k7dxs-dns/zones/cryptid.gay.zone

23 lines
572 B
Plaintext
Raw Normal View History

2023-12-15 22:29:42 +00:00
$ORIGIN cryptid.gay.
@ 3600 IN SOA ns3.xaviera.systems. admin.k7dxs.net. (
2023-12-15 22:35:21 +00:00
2 ; serial
2023-12-15 22:29:42 +00:00
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
2023-12-15 22:35:21 +00:00
;* 300 IN A 65.101.184.219
2023-12-15 22:29:42 +00:00
@ 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