allow-query #173
Closed
allow-query #173
Labels
Comments
What version of fmDNS do you see this on? |
I use http://www.facilemanager.com/download/facilemanager-complete-1.3.1.tar.gz |
I've been able to reproduce this with fmDNS 1.3.5 and the 2.0 pre-releases. As a workaround until a fix is in place, you can create an ACL with those IPs/subnets and select only that ACL for allow-query. |
WillyXJ
pushed a commit
that referenced
this issue
Feb 9, 2015
fmDNS 1.3.6 has been released with this fix. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I think they are a problem with allow-query option.
When they are several subnets in this option, the webui display is correct with ";" but in database they are ","
So named.conf file is in error.
The good syntax is : allow-query {192.168.0.0/24; 192.168.10.0/24;}
But they are : allow-query {192.168.0.0/24, 192.168.10.0/24;}
I can modify the database but i think is beter to correct this.
Perharps see this class address_match_element
The text was updated successfully, but these errors were encountered: