github.com/philhug/dnscontrol@v0.2.4-0.20180625181521-921fa9849001/pkg/js/parse_tests/004-ips.json (about) 1 { 2 "registrars": [ 3 { 4 "name": "Third-Party", 5 "type": "NONE" 6 } 7 ], 8 "dns_providers": [ 9 { 10 "name": "Cloudflare", 11 "type": "CLOUDFLAREAPI" 12 } 13 ], 14 "domains": [ 15 { 16 "name": "foo.com", 17 "registrar": "Third-Party", 18 "dnsProviders": { 19 "Cloudflare":0 20 }, 21 "records": [ 22 { "type": "A","name": "@","target": "1.2.3.4"}, 23 { "type": "A","name": "p1","target": "1.2.3.5"}, 24 { "type": "A","name": "p255","target": "1.2.4.3"} 25 ] 26 } 27 ] 28 }