k7dxs-dns/zones/dxs.gay.zone

54 lines
1.4 KiB
Plaintext
Raw Normal View History

2023-11-21 05:31:53 +00:00
$ORIGIN dxs.gay.
@ 3600 IN SOA ns3.xaviera.systems. admin.k7dxs.net. (
2024-06-19 03:26:24 +00:00
10 ; serial
2023-11-21 05:31:53 +00:00
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
2023-11-21 05:34:02 +00:00
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.
2023-11-21 05:31:53 +00:00
; CNAMEs
is 300 IN CNAME l1.i
2023-12-22 07:25:51 +00:00
ns1 300 IN CNAME ns1.xaviera.systems.
ns2 300 IN CNAME ns2.xaviera.systems.
ns3 300 IN CNAME ns3.xaviera.systems.
ns4 300 IN CNAME ns4.xaviera.systems.
2023-12-16 23:53:28 +00:00
vpn 300 IN CNAME vpn.xaviera.systems.
2023-11-21 05:31:53 +00:00
2023-12-01 08:23:27 +00:00
; k3s
2024-06-19 03:26:24 +00:00
ionian 300 IN A 192.168.70.81
dorian 300 IN A 192.168.70.82
phrygian 300 IN A 192.168.70.83
lydian 300 IN A 192.168.70.84
mixolydian 300 IN A 192.168.70.85
aeolian 300 IN A 192.168.70.86
locrian 300 IN A 192.168.70.87
2023-12-01 08:23:27 +00:00
2024-06-19 03:02:43 +00:00
; Rook
2024-06-19 03:08:46 +00:00
_ceph-mon._tcp 300 IN SRV 10 10 6789 ionian.dxs.gay.
_ceph-mon._tcp 300 IN SRV 10 10 6789 dorian.dxs.gay.
_ceph-mon._tcp 300 IN SRV 10 10 6789 phrygian.dxs.gay.
2024-06-19 03:02:43 +00:00
2023-12-22 02:18:54 +00:00
; ACME Delegation
_acme-challenge 300 IN CNAME 4da35eeb-1b31-49c6-8de0-81ced814b31b.acme-dns.xaviera.systems.
2023-12-22 02:18:54 +00:00
2023-11-21 05:31:53 +00:00
; CAA Records
@ 3600 IN CAA 0 issue "letsencrypt.org"
@ 3600 IN CAA 0 iodef "mailto:admin@k7dxs.net"
; vim: ts=8