This is an almost verbatim copy of AdguardTeam/AdGuardHome#7859:
When running Technitium DNS with rootless Podman, netavark is used as the network stack. In that case, the container is not able to see the real client IP. To the Technitium container it looks like every request is coming from the same client.
One way for a rootless container to see the real client IP would be systemd socket activation. Podman has support for it. However, Technitium currently does not seem to support socket activation.
Besides seing the real client ip, this would also allow activation of Technitium on incoming network requests as well as native network performance for rootless containers.
This would be really helpful for podman users.
This is an almost verbatim copy of AdguardTeam/AdGuardHome#7859:
This would be really helpful for podman users.