bind9_parser
bind9_parser copied to clipboard
Bind9 Parser in Python that can process all of ISC Bind configuration files
There are 3 different format for sub class C arpa (reverse) zones. I have an error parsing the following: ``` /....in-addr.arpa ``` This is the error: ``` pyparsing.exceptions.ParseSyntaxException: , found...
Need to recheck unit test case for single-letter domain name (ie., X.com) and correct as needed. https://nerology.substack.com/p/xcom-is-twitter-but-what-are-a-zcom
i try to configure BIND but when i try enable named service then this notification showed up "/etc/named.conf:23: open: /etc/crypto-policies/back-ends/bind.config: file not found'
Hey, this project is great and will save me a lot of work - thank you for all the effort! But currently https://pypi.org/project/bind9-parser/ lists version 0.9.8, released: Nov 23, 2019...
Need to craft a ruleset for import into a railroad diagram. Using some online tools like https://www.bottlecaps.de/rr/ui and https://www.bottlecaps.de/convert/ and a bit of manual fixes we can have a nice...
https://github.com/egberts/bind9_parser/blob/7530fccd6655ab8aa73db50b484709e95f3c4d14/examples/isc_boolean.py#L22
Might be more useful if the unstated settings (of `named.conf`) has its default values and seeded in the final `PyParsing` object tree.
https://github.com/egberts/bind9_parser/blob/7530fccd6655ab8aa73db50b484709e95f3c4d14/tests/test_utils.py#L139
Hi, this is not really an issue but a feature request. It would be really nice if after parsing the configuration, one could dump it back out, possibly after altering...