Couple of questions, as I somehow managed to stumble upon this container (and by extension, binhex-official-gluetun) while it's still fairly new. The first is around this: Does that apply to Wireguard VPNs in general? Or is it just a limitation of PIA's Wireguard implementation? I'm not a PIA customer, and I haven't seen any major issues yet as a Proton user; qBT is sending all its traffic over Proton for me. But if there's a potential brief security "gap", I don't mind switching to the OpenVPN protocol. My second question/observation - it seems that if I have GLUETUN_INCOMING_PORT set to "yes" (which I do, as Proton randomly assigns a forwarded port each time it connects), I also have to enable "Bypass authentication for clients on localhost" in qBT's Web UI settings. If I don't enable that setting, I get the log output below, and the health check script fails to set the port to whatever is listed in appdata/gluetun/forwarded_port. Are there any other ways to make this work without bypassing auth, or am I worrying about nothing because this is Docker and "localhost" is just limited to within what the Docker container considers to be localhost? 2025-07-28 01:40:40,600 DEBG 'start-script' stdout output:
[INFO] Verifying 'qbittorrent' incoming port matches VPN port '52210'
2025-07-28 01:40:40,611 DEBG 'start-script' stderr output:
jq: parse error: Invalid numeric literal at line 2, column 0
2025-07-28 01:40:40,612 DEBG 'start-script' stdout output:
[WARN] Unable to retrieve current port from qbittorrent API
2025-07-28 01:40:40,612 DEBG 'start-script' stdout output:
[INFO] Waiting for port 8085 to be listening...
2025-07-28 01:40:40,615 DEBG 'start-script' stderr output:
Connection to localhost (::1) 8085 port [tcp/*] succeeded!
2025-07-28 01:40:40,619 DEBG 'start-script' stderr output:
Connection to localhost (::1) 8085 port [tcp/*] succeeded!
2025-07-28 01:40:40,619 DEBG 'start-script' stdout output:
[INFO] Port 8085 is now listening
2025-07-28 01:40:40,627 DEBG 'start-script' stdout output:
[INFO] Sleeping for 60 seconds before re-checking port assignment...