UNPKG

zonefile-pegjs

Version:

A PEG.js grammar for parsing zonefile DNS configuration

25 lines (24 loc) 396 B
{ "origin": "example.com.", "ttl": "2d", "records": [ { "name": "easy", "ttl": "10d", "type": "AAAA", "data": "2001:0db8:85a3:0000:0000:8a2e:0370:7334" }, { "name": "medium", "ttl": null, "type": "AAAA", "data": "2001:db8::3" }, { "name": " ", "ttl": null, "type": "AAAA", "data": "::" } ] }