1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00
Files
stackexchange-dnscontrol/providers/octodns/octoyaml/parse_tests/003-complex.yaml

19 lines
229 B
YAML
Raw Normal View History

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