e12fd9781a
gluetun adds 'ip rule priority 100 from <pod-IP> lookup 200' which routes all pod traffic via eth0. The iptables OUTPUT DROP policy then blocks it. Rule 101 (not fwmark 0xca6c -> tun0) never fires because rule 100 matches first. Result: qBittorrent has no internet access through the VPN. Fix: portforward-helper waits for gluetun to be ready (polls :9999), then deletes rule 100. Application traffic then falls through to rule 101 and routes correctly via tun0.