ACLs names should be quoted in bind configuration files #281
Labels
Milestone
Comments
Thanks for the report - this is a confirmed bug. |
That was very fast (i just patched my installation). Hope i will get some time one day to contribute on such project ! Regards |
This was resolved in fmDNS v2.1.6. Closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
I got another use case where i got unusable bind configuration files.
I created an ACL "test test"
and a rule "match client" where i set for value "! test test"
In my named.conf.local i get this line which is incorrect.
match-clients { !test test; };
Another solution could be to disallow spaces in acls names.
Thanks for your work.
The text was updated successfully, but these errors were encountered: