| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233 |
- {
- "serial": 3,
- "ttl": 600,
- "max_hosts": 2,
- "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"
- }
- ]
- },
- "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
- ]
- ],
- "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
- }
- ],
- "max_hosts": "1"
- },
- "_sip._tcp": {
- "srv": [
- {
- "port": 5060,
- "srv_weight": 100,
- "priority": 10,
- "target": "sipserver.example.com."
- }
- ]
- },
- "bar": {
- "a": [
- [
- "192.168.1.2"
- ]
- ],
- "ttl": "601"
- },
- "three.two.one": {
- "a": [
- [
- "192.168.1.5"
- ]
- ],
- "ttl": "601"
- },
- "one": {
- "a": [
- [
- "192.168.1.6"
- ]
- ],
- "ttl": "601"
- },
- "a.b.c": {
- "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
- ]
- ]
- },
- "0-alias": {
- "alias": "0"
- },
- "bar-alias": {
- "alias": "bar"
- },
- "www-alias": {
- "alias": "www"
- },
- "www": {
- "cname": "geo.bitnames.com.",
- "ttl": 1800
- },
- "www.europe": {
- "cname": "geo-europe.bitnames.com."
- },
- "www.se": {
- "cname": [
- [
- "geo-europe",
- 10
- ],
- [
- "geo-dk",
- 10
- ]
- ]
- },
- "www-cname": {
- "cname": "bar"
- },
- "cname-long-ttl": {
- "cname": "geo.bitnames.com.",
- "ttl": 86400
- },
- "cname-internal-referal": {
- "cname": "bar"
- },
- "closest": {
- "a": [
- [
- "194.106.223.155",
- 100
- ],
- [
- "207.171.7.49",
- 100
- ],
- [
- "207.171.7.59",
- 100
- ]
- ],
- "aaaa": [
- {
- "aaaa": "2a07:2180:0:1::400"
- },
- {
- "ip": "2607:f238:3::1:45"
- },
- {
- "ip": "2403:300:a0c:f000::1"
- }
- ],
- "max_hosts": "1",
- "closest": true
- }
- }
- }
|