mkrdns
mkrdns copied to clipboard
An automatic reverse DNS zone generator.
Include statements in `/etc/bind/named.conf` are processed even when commented out using `//`.
Fixes #9 This fix only handles single `#` and `//` comments. `/* */` style comments might contain `mkrdns` directives and can't be easily handled.
Commented out include and directory statements are being processed. This fixes that behavior so all valid bind9 comments can be used in conf files. ``` (debug) Include statement (# //include...
Allows the use of the script on FreeBSD and other systems that do not install perl in the `/usr/bin` folder.
When I went and looked for said docs, it took quite a while to find them. Here are a couple changes to help the next person. I bumped the version...