30 lines
1 KiB
Text
30 lines
1 KiB
Text
; 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. (
|
|
1691977675 ; serial number (epoch timestamp)
|
|
7200 ; refresh period
|
|
3600 ; retry period
|
|
1209600 ; expire time
|
|
3600 ; minimum ttl
|
|
)
|
|
|
|
; NS Records
|
|
@ IN NS gateway.jahanson.tech.
|
|
|
|
; Containers
|
|
onepassword-connect IN A 10.5.0.5
|
|
aule IN A 188.40.64.50
|
|
manwe IN A 136.243.88.216
|
|
varda IN A 136.243.8.106
|
|
nienna IN A 116.202.49.124
|
|
arlen IN A 195.201.199.181
|
|
eonwe IN A 144.76.200.215
|
|
|
|
; CNAME Records
|
|
s3 IN CNAME nas.jahanson.tech.
|
|
minio IN CNAME nas.jahanson.tech.
|
|
vpn IN CNAME gateway.jahanson.tech.
|