github.com/StackExchange/dnscontrol/v4@v4.11.0/pkg/js/parse_tests/032-reverseip.json (about) 1 { 2 "dns_providers": [ 3 { 4 "name": "bind", 5 "type": "BIND" 6 } 7 ], 8 "domains": [ 9 { 10 "dnsProviders": { 11 "bind": -1 12 }, 13 "name": "3.2.1.in-addr.arpa", 14 "records": [ 15 { 16 "name": "1", 17 "target": "foo.example.com.", 18 "type": "PTR" 19 }, 20 { 21 "name": "1.2.3.2", 22 "target": "bar.example.com.", 23 "type": "PTR" 24 }, 25 { 26 "meta": { 27 "skip_fqdn_check": "true" 28 }, 29 "name": "3.3.2.1.in-addr.arpa", 30 "target": "baz.example.com.", 31 "type": "PTR" 32 }, 33 { 34 "name": "4", 35 "subdomain": "4", 36 "target": "silly.example.com.", 37 "type": "PTR" 38 }, 39 { 40 "name": "1.2.3.5", 41 "subdomain": "5", 42 "target": "willy.example.com.", 43 "type": "PTR" 44 }, 45 { 46 "name": "6.3.2.1.in-addr.arpa", 47 "subdomain": "6", 48 "target": "billy.example.com.", 49 "type": "PTR" 50 }, 51 { 52 "name": "7", 53 "target": "my.example.com.", 54 "type": "PTR" 55 }, 56 { 57 "name": "1.2.3.8", 58 "target": "fair.example.com.", 59 "type": "PTR" 60 }, 61 { 62 "meta": { 63 "skip_fqdn_check": "true" 64 }, 65 "name": "9.3.2.1.in-addr.arpa", 66 "target": "lady.example.com.", 67 "type": "PTR" 68 } 69 ], 70 "registrar": "none" 71 } 72 ], 73 "registrars": [ 74 { 75 "name": "none", 76 "type": "NONE" 77 } 78 ] 79 }