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. (
|
|
1696362449 ; serial number (epoch timestamp)
|
|
7200 ; refresh period
|
|
3600 ; retry period
|
|
1209600 ; expire time
|
|
3600 ; minimum ttl
|
|
)
|
|
|
|
; NS Records
|
|
@ IN NS gateway.jahanson.tech.
|
|
|
|
; Containers
|
|
@ IN A 104.26.2.197
|
|
@ IN A 104.26.3.197
|
|
@ IN A 172.67.72.148
|
|
blog IN A 20.64.91.58
|
|
onepassword-connect IN A 10.5.0.5
|
|
git IN A 40.124.184.64
|
|
varda IN A 136.243.8.106
|
|
|
|
; CNAME Records
|
|
s3 IN CNAME nas.jahanson.tech.
|
|
minio IN CNAME nas.jahanson.tech.
|
|
vpn IN CNAME gateway.jahanson.tech.
|