This repository has been archived on 2024-04-29. You can view files and clone it, but cannot push or open issues or pull requests.
vyos-config/containers/bind/config/zones/db.hsn.dev

32 lines
1.1 KiB
Text
Raw Normal View History

2023-05-06 11:53:26 -05:00
; Make sure to update the epoch time in the SOA records so coreDNS picks up the changes automatically
; https://www.epochconverter.com/
; SOA Records
$TTL 3600
$ORIGIN hsn.dev.
@ 3600 IN SOA gateway.jahanson.tech. gateway.jahanson.tech. (
2023-09-15 09:56:30 -05:00
1692387676 ; serial number (epoch timestamp)
2023-05-06 11:53:26 -05:00
7200 ; refresh period
3600 ; retry period
1209600 ; expire time
3600 ; minimum ttl
)
; NS Records
@ IN NS gateway.jahanson.tech.
2023-05-25 11:11:13 -05:00
; Containers
2023-05-06 11:53:26 -05:00
onepassword-connect IN A 10.5.0.5
2023-08-02 08:48:52 -05:00
aule IN A 188.40.64.50
manwe IN A 136.243.88.216
varda IN A 136.243.8.106
2023-08-13 20:52:56 -05:00
nienna IN A 116.202.49.124
arlen IN A 195.201.199.181
eonwe IN A 144.76.200.215
2023-09-15 09:56:30 -05:00
git IN A 40.124.184.64
2023-05-06 11:53:26 -05:00
; CNAME Records
s3 IN CNAME nas.jahanson.tech.
2023-05-11 14:23:20 -05:00
minio IN CNAME nas.jahanson.tech.
2023-05-06 11:53:26 -05:00
vpn IN CNAME gateway.jahanson.tech.