mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-03-01 01:53:36 +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
9 lines
414 B
JSON
9 lines
414 B
JSON
[
|
|
{"type":"CNAME","name":"*","target":"www.example.com."},
|
|
{"type":"A","name":"@","target":"1.2.3.4","ttl":304},
|
|
{"type":"A","name":"@","target":"1.2.3.5","ttl":304},
|
|
{"type":"A","name":"www","target":"1.2.3.4","ttl":304},
|
|
{"type":"A","name":"www","target":"1.2.3.5","ttl":304},
|
|
{"type":"A","name":"www.sub","target":"1.2.3.6","ttl":304},
|
|
{"type":"A","name":"www.sub","target":"1.2.3.7","ttl":304}
|
|
]
|