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/004-doc-example1.yaml

23 lines
244 B
YAML
Raw Normal View History

---
'':
type: A
ttl: 304
values:
- 1.2.3.4
- 1.2.3.5
'*':
type: CNAME
value: www.example.com.
www:
type: A
ttl: 304
values:
- 1.2.3.4
- 1.2.3.5
www.sub:
type: A
ttl: 304
values:
- 1.2.3.6
- 1.2.3.7