mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-02-28 09:32:55 +08:00
* 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
22 lines
244 B
YAML
22 lines
244 B
YAML
---
|
|
'':
|
|
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
|