Ready for CoreDNS testing

This commit is contained in:
Dessa Simpson 2025-12-01 01:13:27 -07:00
parent 772469d21b
commit b79df4bf1d
9 changed files with 290 additions and 124 deletions

9
testdata/zones.yaml vendored
View file

@ -59,6 +59,15 @@ com: # Comment
- type: NS
ttl: 3600
value: ns2.example.org
client:
"@":
- type: NS
ttl: 3600
value: ns1.client.example.com
ns1:
- type: A
ttl: 3600
value: 192.0.2.3
folders: !include nested/zone.yaml
org:
example: !include example.org.yaml