|
@@ -1,53 +1,166 @@
|
|
|
-{ "serial": 3,
|
|
|
- "ttl": 600,
|
|
|
+{
|
|
|
+ "serial": 3,
|
|
|
+ "ttl": 600,
|
|
|
"max_hosts": 2,
|
|
|
- "logging": {
|
|
|
- },
|
|
|
+ "logging": {},
|
|
|
"targeting": "country continent @ regiongroup region ip asn",
|
|
|
"contact": "support.bitnames.com",
|
|
|
- "data" : {
|
|
|
- "": {
|
|
|
- "ns": { "ns1.example.net.": null, "ns2.example.net.": null },
|
|
|
- "spf": [ { "spf": "v=spf1 ~all", "weight": 1000 } ],
|
|
|
- "mx": [ { "preference": 20, "mx": "mx2.example.net", "weight": 0 },
|
|
|
- { "preference": 10, "mx": "mx.example.net.", "weight": 1 }
|
|
|
- ]
|
|
|
- },
|
|
|
- "europe": { "mx": [ { "mx": "mx-eu.example.net" }]},
|
|
|
+ "data": {
|
|
|
+ "0": {
|
|
|
+ "a": [
|
|
|
+ [
|
|
|
+ "192.168.0.1",
|
|
|
+ 10
|
|
|
+ ]
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "": {
|
|
|
+ "ns": {
|
|
|
+ "ns1.example.net.": null,
|
|
|
+ "ns2.example.net.": null
|
|
|
+ },
|
|
|
+ "spf": [
|
|
|
+ {
|
|
|
+ "spf": "v=spf1 ~all",
|
|
|
+ "weight": 1000
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "mx": [
|
|
|
+ {
|
|
|
+ "preference": 20,
|
|
|
+ "mx": "mx2.example.net",
|
|
|
+ "weight": 0
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "preference": 10,
|
|
|
+ "mx": "mx.example.net.",
|
|
|
+ "weight": 1
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "europe": {
|
|
|
+ "mx": [
|
|
|
+ {
|
|
|
+ "mx": "mx-eu.example.net"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
"foo": {
|
|
|
- "a": [ [ "192.168.1.2", 10 ], [ "192.168.1.3", 10 ], [ "192.168.1.4", 10 ] ],
|
|
|
- "aaaa": [ ["fd06:c1d3:e902::2", 10], ["fd06:c1d3:e902:202:a5ff:fecd:13a6:a", 10], ["fd06:c1d3:e902::4", 10] ],
|
|
|
+ "a": [
|
|
|
+ [
|
|
|
+ "192.168.1.2",
|
|
|
+ 10
|
|
|
+ ],
|
|
|
+ [
|
|
|
+ "192.168.1.3",
|
|
|
+ 10
|
|
|
+ ],
|
|
|
+ [
|
|
|
+ "192.168.1.4",
|
|
|
+ 10
|
|
|
+ ]
|
|
|
+ ],
|
|
|
+ "aaaa": [
|
|
|
+ [
|
|
|
+ "fd06:c1d3:e902::2",
|
|
|
+ 10
|
|
|
+ ],
|
|
|
+ [
|
|
|
+ "fd06:c1d3:e902:202:a5ff:fecd:13a6:a",
|
|
|
+ 10
|
|
|
+ ],
|
|
|
+ [
|
|
|
+ "fd06:c1d3:e902::4",
|
|
|
+ 10
|
|
|
+ ]
|
|
|
+ ],
|
|
|
"txt": "this is foo"
|
|
|
},
|
|
|
"weight": {
|
|
|
- "a": [ [ "192.168.1.2", 100 ], [ "192.168.1.3", 50 ], [ "192.168.1.4", 25 ] ],
|
|
|
- "txt": [ { "txt": "w10000", "weight": 10000 },
|
|
|
- { "txt": "w1", "weight": 1 }
|
|
|
- ],
|
|
|
+ "a": [
|
|
|
+ [
|
|
|
+ "192.168.1.2",
|
|
|
+ 100
|
|
|
+ ],
|
|
|
+ [
|
|
|
+ "192.168.1.3",
|
|
|
+ 50
|
|
|
+ ],
|
|
|
+ [
|
|
|
+ "192.168.1.4",
|
|
|
+ 25
|
|
|
+ ]
|
|
|
+ ],
|
|
|
+ "txt": [
|
|
|
+ {
|
|
|
+ "txt": "w10000",
|
|
|
+ "weight": 10000
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "txt": "w1",
|
|
|
+ "weight": 1
|
|
|
+ }
|
|
|
+ ],
|
|
|
"max_hosts": "1"
|
|
|
},
|
|
|
- "_sip._tcp": { "srv": [ { "port": 5060, "srv_weight": 100, "priority": 10, "target": "sipserver.example.com."}] },
|
|
|
+ "_sip._tcp": {
|
|
|
+ "srv": [
|
|
|
+ {
|
|
|
+ "port": 5060,
|
|
|
+ "srv_weight": 100,
|
|
|
+ "priority": 10,
|
|
|
+ "target": "sipserver.example.com."
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
"bar": {
|
|
|
- "a": [ [ "192.168.1.2" ] ],
|
|
|
+ "a": [
|
|
|
+ [
|
|
|
+ "192.168.1.2"
|
|
|
+ ]
|
|
|
+ ],
|
|
|
"ttl": "601"
|
|
|
},
|
|
|
"three.two.one": {
|
|
|
- "a": [ [ "192.168.1.5" ] ],
|
|
|
+ "a": [
|
|
|
+ [
|
|
|
+ "192.168.1.5"
|
|
|
+ ]
|
|
|
+ ],
|
|
|
"ttl": "601"
|
|
|
},
|
|
|
"one": {
|
|
|
- "a": [ [ "192.168.1.6" ] ],
|
|
|
+ "a": [
|
|
|
+ [
|
|
|
+ "192.168.1.6"
|
|
|
+ ]
|
|
|
+ ],
|
|
|
"ttl": "601"
|
|
|
},
|
|
|
"a.b.c": {
|
|
|
- "a": [ [ "192.168.1.7" ] ],
|
|
|
+ "a": [
|
|
|
+ [
|
|
|
+ "192.168.1.7"
|
|
|
+ ]
|
|
|
+ ],
|
|
|
"ttl": "601"
|
|
|
},
|
|
|
- "bar.no": { "a": [] },
|
|
|
- "bar.as15169": { "a": [ ["192.168.1.4" ] ] },
|
|
|
- "bar.[1.0.0.255]": { "a": [ ["192.168.1.3" ] ] },
|
|
|
- "0": {
|
|
|
- "a": [ [ "192.168.0.1", 10 ] ]
|
|
|
+ "bar.no": {
|
|
|
+ "a": []
|
|
|
+ },
|
|
|
+ "bar.as15169": {
|
|
|
+ "a": [
|
|
|
+ [
|
|
|
+ "192.168.1.4"
|
|
|
+ ]
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "bar.[1.0.0.255]": {
|
|
|
+ "a": [
|
|
|
+ [
|
|
|
+ "192.168.1.3"
|
|
|
+ ]
|
|
|
+ ]
|
|
|
},
|
|
|
"0-alias": {
|
|
|
"alias": "0"
|
|
@@ -66,7 +179,16 @@
|
|
|
"cname": "geo-europe.bitnames.com."
|
|
|
},
|
|
|
"www.se": {
|
|
|
- "cname": [ [ "geo-europe", 10 ], [ "geo-dk", 10 ] ]
|
|
|
+ "cname": [
|
|
|
+ [
|
|
|
+ "geo-europe",
|
|
|
+ 10
|
|
|
+ ],
|
|
|
+ [
|
|
|
+ "geo-dk",
|
|
|
+ 10
|
|
|
+ ]
|
|
|
+ ]
|
|
|
},
|
|
|
"www-cname": {
|
|
|
"cname": "bar"
|