<div dir="ltr">Hello.<br>Dnsmasq 2.85 stopped resolving dns zones.<br><br>My system:<br>Debian 11<br>dnsmasq 2.85<br><br>cat /etc/dnsmasq.conf                                                                         <br>listen-address=127.0.0.1<br>bind-interfaces<br>domain-needed<br>no-dhcp-interface=lo<br>bogus-priv<br>filterwin2k<br>interface=lo<br>stop-dns-rebind<br>clear-on-reload<br>resolv-file=/etc/resolv.conf<br>no-negcache<br>cache-size=350<br><br>cat /etc/resolv.conf <br>#nameserver 127.0.0.1<br>nameserver 1.1.1.1<br>nameserver 8.8.8.8<br><br><br>dig @<a href="http://127.0.0.1">127.0.0.1</a> <a href="http://google.com">google.com</a><br><br>; <<>> DiG 9.16.33-Debian <<>> @<a href="http://127.0.0.1">127.0.0.1</a> <a href="http://google.com">google.com</a><br>; (1 server found)<br>;; global options: +cmd<br>;; Got answer:<br>;; ->>HEADER<<- opcode: QUERY, status: REFUSED, id: 1706<br>;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1<br><br>;; OPT PSEUDOSECTION:<br>; EDNS: version: 0, flags:; udp: 4096<br>;; QUESTION SECTION:<br>;<a href="http://google.com">google.com</a>.                       IN      A<br><br>;; Query time: 3 msec<br>;; SERVER: 127.0.0.1#53(127.0.0.1)<br>;; WHEN: Tue Oct 18 08:18:25 MSK 2022<br>;; MSG SIZE  rcvd: 39<br><br><br>dig @<a href="http://1.1.1.1">1.1.1.1</a> <a href="http://google.com">google.com</a><br><br>; <<>> DiG 9.16.33-Debian <<>> @<a href="http://1.1.1.1">1.1.1.1</a> <a href="http://google.com">google.com</a><br>; (1 server found)<br>;; global options: +cmd<br>;; Got answer:<br>;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 33849<br>;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1<br><br>;; OPT PSEUDOSECTION:<br>; EDNS: version: 0, flags:; udp: 1232<br>;; QUESTION SECTION:<br>;<a href="http://google.com">google.com</a>.                  IN      A<br><br>;; ANSWER SECTION:<br><a href="http://google.com">google.com</a>.              202     IN      A       142.250.206.110<br><br>;; Query time: 15 msec<br>;; SERVER: 1.1.1.1#53(1.1.1.1)<br>;; WHEN: Tue Oct 18 08:20:55 MSK 2022<br>;; MSG SIZE  rcvd: 55<br><br><br>netstat -ntlp | grep :53<br>tcp        0      0 <a href="http://127.0.0.1:53">127.0.0.1:53</a>            0.0.0.0:*               LISTEN      279307/dnsmasq<br><br><br>tail /var/log/dnsmasq.log <br>Oct 18 12:33:02 dnsmasq[314051]: started, version 2.85 cachesize 350<br>Oct 18 12:33:02 dnsmasq[314051]: compile time options: IPv6 GNU-getopt DBus no-UBus i18n IDN2 DHCP DHCPv6 no-Lua TFTP conntrack ipset auth cryptohash DNSSEC loop-detect inotify dumpfile<br>Oct 18 12:33:02 dnsmasq[314051]: no servers found in /run/dnsmasq/resolv.conf, will retry<br>Oct 18 12:33:02 dnsmasq[314051]: read /etc/hosts - 2 addresses<br>Oct 18 12:33:22 dnsmasq[314051]: query[A] <a href="http://google.com">google.com</a> from 127.0.0.1<br>Oct 18 12:33:22 dnsmasq[314051]: config error is REFUSED</div>