24 lines
757 B
Text
24 lines
757 B
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. (
|
|
1683832851 ; 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
|
|
|
|
; CNAME Records
|
|
s3 IN CNAME nas.jahanson.tech.
|
|
minio IN CNAME nas.jahanson.tech.
|
|
vpn IN CNAME gateway.jahanson.tech.
|