1
0
mirror of https://github.com/Luzifer/dns.git synced 2024-09-19 23:32:56 +00:00
dns/zones.yml

26 lines
331 B
YAML
Raw Normal View History

---
soa:
auth_ns: ns1.kserver.biz.
contact: dns.ahlers.me.
refresh: 7200
retry: 900
expire: 1209600
ttl: 86400
mailserver_sets:
nameserver:
- ns1.kserver.biz.
- ns2.kserver.biz.
- ns3.kserver.biz.
zones:
server.test:
entries:
- name: health
type: TXT
records:
- "OK"
...