dnscontrol/providers/octodns/octoyaml/parse_tests/003-complex.yaml
Tom Limoncelli 54de1ff698
NEW PROVIDER: OctoDNS (#309)
* govendor gopkg.in/yaml.v2
* Ignore YAML and BIND test data litter.  Create README.txt files to force git to create subdirectories.
* Update convertzone to also read OctoDNS files
2018-02-27 17:36:47 -05:00

18 lines
229 B
YAML

---
foo:
- ttl: 303
type: A
values:
- 1.2.3.4
- 1.2.3.5
- ttl: 303
type: MX
values:
- priority: 10
value: mx1.example.com.
- priority: 10
value: mx2.example.com.
one:
ttl: 303
type: A
value: 1.2.3.3