mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
68e1178ac7
- This makes it possible to use dynamic zone config with AutoArpa - Document what gotchas that entails - Add tests both with another source (for generating zones to populate) and without (no zones to populate)
18 lines
226 B
YAML
18 lines
226 B
YAML
---
|
|
aaaa:
|
|
ttl: 600
|
|
type: AAAA
|
|
value: 2601:644:500:e210:62f8:1dff:feb8:947a
|
|
not-a-zone-file:
|
|
ttl: 300
|
|
type: A
|
|
value: 3.3.3.6
|
|
www:
|
|
ttl: 300
|
|
type: A
|
|
value: 2.2.3.6
|
|
www.sub:
|
|
ttl: 300
|
|
type: A
|
|
value: 2.2.3.7
|