Custom dnsmasq configuration breaks DNS

Could I please ask a quick question about this? :grimacing:

Even though I’ve carefully studies the man pages that you linked, I can’t seem to figure out how to use the “misc.dnsmasq_lines” properly. I changed dns.listeningMode to NONE and tried the following in the “misc.dnsmasq_lines”:
bind-interfaces
except-interface=virbr0

I also tried it with “misc.etc_dnsmasq_d” and I put these two lines in a separate .conf file.

Both ways don’t work and break DNS resolution entirely.

Would you be able to tell me what I’m doing wrong? What should I put in the web interface’s box for “misc.dnsmasq_lines”?

Thank you for any advice you can give me!

Please upload a debug log and post just the token URL that is generated after the log is uploaded by running the following command from the Pi-hole host terminal:

sudo pihole -d

or if you run your Pi-hole as a Docker container:

docker exec -it <pihole-container-name-or-id> pihole -d

where you substitute <pihole-container-name-or-id> as required.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.