| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- {
- "serial": 3,
- "ttl": 600,
- "max_hosts": 2,
- "data": {
- "": {
- "ns": {
- "ns1.example.net.": null,
- "ns2.example.net.": null
- },
- "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
- ]
- ]
- },
- "weight": {
- "a": [
- [
- "192.168.1.2",
- 100
- ],
- [
- "192.168.1.3",
- 50
- ],
- [
- "192.168.1.4",
- 25
- ]
- ],
- "max_hosts": "1"
- },
- "bar": {
- "a": [
- [
- "192.168.1.2",
- 10
- ]
- ],
- "ttl": "601"
- },
- "bar.no": {
- "a": []
- },
- "0": {
- "a": [
- [
- "192.168.0.1",
- 10
- ]
- ]
- },
- "0-alias": {
- "alias": "0"
- },
- "bar-alias": {
- "alias": "bar"
- },
- "www-alias": {
- "alias": "www"
- },
- "www": {
- "cname": "geo.bitnames.com."
- },
- "cname-long-ttl": {
- "cname": "geo.bitnames.com.",
- "ttl": 86400
- },
- "cname-internal-referal": {
- "cname": "bar"
- }
- }
- }
|