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.unifi

19 lines
576 B
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 unifi.
2024-02-08 09:27:41 -06:00
@ 3600 IN SOA treebeard.jahanson.tech. treebeard.jahanson.tech. (
1707405658 ; 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
2024-02-08 09:27:41 -06:00
@ IN NS treebeard.jahanson.tech.
2023-05-06 11:53:26 -05:00
; CNAME Records
2024-02-08 09:27:41 -06:00
@ IN A 10.5.0.10