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

31 lines
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-05-11 14:23:20 -05:00
1683832851 ; 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-12 07:13:42 -05:00
nienna IN A 49.13.12.216
arlen IN A 88.99.14.60
eonwe IN A 138.201.174.149
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.