Pi-hole on rootless docker

I have pihole set up on Rootless Docker, which has some limitations. Most notably --net=host doesn't work there and every IP coming in is shown as 172.17.0.1, which is Docker's internal IP address of the gateway between the Docker host and the bridge network.

Is there maybe any other way that would let me get actual client IPs in rootless mode?

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