Expected Behaviour:
pihole v5 running with /etc/dnsmasq.d/custom
listen-address=192.168.x.x
bind-interfaces
runs only on 192.168.x.x:53
but v6 ignores this settings
- tried /etc/dnsmasq.d/custom - without success
- tried /etc/pihole/dnsmasq.conf - will be overwritten at any service restart
- tried virtual interface "eth0:dnsbl" in /etc/pihole/pihole.toml at interface= - without success
- tired listeningMode=BIND with interface=eth0:dnsl in /etc/pihole/pihole.toml - pihole binds also to localhost:53 which I don't like
OS : debian 12 amd64
How to bind pihole dns only to one specified IP address?