<div dir="ltr">We do use dnsmasq 2.85 but any newer versions passed 2.85 result in "config error is REFUSED (EDE:not ready)".<br>I saw a patch was made to handle the address type in <a href="https://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2021q3/015644.html">https://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2021q3/015644.html</a> <br><br><div>Can we have a similar patch to handle the server type as well. It looks like it's only grabbing # as domain without processing the ip address appended to it.<br><br><div>In our case we are trying to start dnsmasq with <div><br></div><div>dnsmasq -k -q \<br>    --log-facility=- \<br>    --log-debug \<br>    --cache-size=0 \<br>    --no-hosts \<br>    --no-resolv \<br>    --server=/#/x.x.x.x \<br><div><br></div></div><div><br></div><div>with x.x.x.x is the ip address.</div><div><br></div><div>In the log we can see that it's referencing the domain as:<br>for domain # </div></div></div><div>config error is REFUSED (EDE:not ready)"</div><div><br></div><div>Thank you.</div></div>