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
6 lines
283 B
JSON
6 lines
283 B
JSON
[
|
|
{"type":"A","name":"@","target":"1.2.3.4","ttl":305},
|
|
{"type":"A","name":"@","target":"1.2.3.5","ttl":305},
|
|
{"type":"MX","name":"@","target":"mx1.example.com.","ttl":305,"mxpreference":10},
|
|
{"type":"MX","name":"@","target":"mx2.example.com.","ttl":305,"mxpreference":10}
|
|
]
|