Skip to content

Instantly share code, notes, and snippets.

@MartijnBraam
Created January 24, 2018 16:13
Show Gist options
  • Save MartijnBraam/0595600a71b982ed3123ae76720a5bb2 to your computer and use it in GitHub Desktop.
Save MartijnBraam/0595600a71b982ed3123ae76720a5bb2 to your computer and use it in GitHub Desktop.
{
"brixit.nl": [{
"id": 1,
"name": "brixit.nl",
"type": "A",
"ttl": 3600,
"address": "127.0.0.1"
}, {
"id": 2,
"name": "brixit.nl",
"type": "AAAA",
"ttl": 3600,
"address": "::1"
}, {
"id": 3,
"name": "www.brixit.nl",
"type": "A",
"ttl": 3600,
"address": "127.0.0.1"
}],
"postmarketos.org": [{
"id": 4,
"name": "postmarketos.org",
"type": "A",
"ttl": 3600,
"address": "127.0.0.1"
}, {
"id": 5,
"name": "www.postmarketos.org",
"type": "A",
"ttl": 3600,
"address": "127.0.0.1"
}, {
"id": 6,
"name": "blog.postmarketos.org",
"type": "A",
"ttl": 3600,
"address": "127.0.0.1"
}, {
"id": 7,
"name": "wiki.postmarketos.org",
"type": "A",
"ttl": 3600,
"address": "127.0.0.1"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment