Hi Binhex (and Unraid Community), I'm trying to understand the reason for using custom name servers on the qbitorrentvpn container instead of using the local Docker DNS server (127.0.0.11). This came up because I want Qbit to run a script to another container (cross-seed) on the same custom docker network (172.18.0.0/16), however, name resolution fails because the qbit container is using Cloudflare name servers in my case. As a workaround, I can just set a static Docker IP for cross-seed and use that in the script command but I would prefer to use the docker hostname instead. For reference, I am running Proton VPN on the Qbit container. Can I just change the name servers to 127.0.0.11 and have it route to my routers DNS (also Cloudflare) or will this cause some IP leakage?