Please follow the below template, it will help us to help you!
I'm using the docker image. Since the update from 2025.02.7 to 2025.04.0 my pihole is only resolving dns requests made against 127.0.0.1, requests from the LAN fail.
The log shows me this error: Warning in dnsmasq core: ignoring query from non-local network
This seems to be due to the local-service entry in the dnsmasq.conf combined with the fact that obviously the network the container sees is the docker net and thus different to the network range of my LAN.
Since I can't disable this setting in that config, as it keeps getting overwritten, I need to configure this in the pihole.toml (according to the files header)
But in that file I don't find an option for that.
How do I disable this option?
Expected Behaviour:
Am looking for a option in pihole.toml to disable the local-service option in dnsmasq.conf
Actual Behaviour:
I can't find this option