We do use dnsmasq 2.85 but any newer versions passed 2.85 result in "config
error is REFUSED (EDE:not ready)".
I saw a patch was made to handle the address type in
https://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2021q3/015644.html


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.

In our case we are trying to start dnsmasq with

dnsmasq -k -q \
    --log-facility=- \
    --log-debug \
    --cache-size=0 \
    --no-hosts \
    --no-resolv \
    --server=/#/x.x.x.x \


with x.x.x.x is the ip address.

In the log we can see that it's referencing the domain as:
for domain #
config error is REFUSED (EDE:not ready)"

Thank you.
_______________________________________________
Dnsmasq-discuss mailing list
Dnsmasq-discuss@lists.thekelleys.org.uk
https://lists.thekelleys.org.uk/cgi-bin/mailman/listinfo/dnsmasq-discuss

Reply via email to