zonefile-pegjs
Version:
A PEG.js grammar for parsing zonefile DNS configuration
25 lines (24 loc) • 439 B
JSON
{
"origin": null,
"ttl": null,
"records": [
{
"name": "easy",
"ttl": null,
"type": "TXT",
"data": "Located in a black hole"
},
{
"name": "medium",
"ttl": null,
"type": "TXT",
"data": "Located in a black hole somewhere"
},
{
"name": "hard",
"ttl": null,
"type": "TXT",
"data": "Located in a black hole somewhere over the rainbow"
}
]
}