19 lines
No EOL
576 B
Text
19 lines
No EOL
576 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 unifi.
|
|
@ 3600 IN SOA treebeard.jahanson.tech. treebeard.jahanson.tech. (
|
|
1707405658 ; serial number (epoch timestamp)
|
|
7200 ; refresh period
|
|
3600 ; retry period
|
|
1209600 ; expire time
|
|
3600 ; minimum ttl
|
|
)
|
|
|
|
; NS Records
|
|
@ IN NS treebeard.jahanson.tech.
|
|
|
|
; CNAME Records
|
|
@ IN A 10.5.0.10 |