Hi!
I have pihole running in docker with network_mode: host
(because of DHCP)
Since I updated to v6 it replies to its own hostname (which per default is inherited from the docker host in that case) with 0.0.0.0 and ::1 meaning it basically breaks DNS requests for the docker host's hostname.
$ host homeserver
homeserver.mydomain.lan has address 0.0.0.0
homeserver.mydomain.lan has IPv6 address ::1
I have now manually overridden the hostname for the pihole container in my compose file to workaround this but is there a way to disable that? It wasn't doing that in v5.
Thanks