32 lines
755 B
Plaintext
32 lines
755 B
Plaintext
$ORIGIN dxs.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
|
|
@ 3600 IN NS ns1.xaviera.systems.
|
|
@ 3600 IN NS ns2.xaviera.systems.
|
|
@ 3600 IN NS ns3.xaviera.systems.
|
|
@ 3600 IN NS ns4.xaviera.systems.
|
|
|
|
; Primary host
|
|
;@ 3600 IN A 129.146.35.42
|
|
|
|
; Infrastructure
|
|
l1.i 3600 IN CNAME l1.i.xaviera.systems.
|
|
o1.i 3600 IN CNAME o1.i.xaviera.systems.
|
|
o2.i 3600 IN CNAME o2.i.xaviera.systems.
|
|
o3.i 3600 IN CNAME o3.i.xaviera.systems.
|
|
|
|
; CNAMEs
|
|
is 300 IN CNAME l1.i
|
|
|
|
; CAA Records
|
|
@ 3600 IN CAA 0 issue "letsencrypt.org"
|
|
@ 3600 IN CAA 0 iodef "mailto:admin@k7dxs.net"
|
|
|
|
; vim: ts=8
|