741191a7e6
gluetun's bundled protonvpn server list has stale IPs for US-TX#179 (37.19.200.26) and US-TX#220 (95.173.217.2). The WIREGUARD_ENDPOINT_IP env var is a filter not an override, so there's no way to redirect protonvpn provider to a new IP. Switch to custom WireGuard provider with hardcoded endpoint IPs from fresh ProtonVPN configs (95.173.217.29 / 146.70.58.130). Add DNS_KEEP_NAMESERVER=on so gluetun leaves k8s DNS intact instead of routing DNS through its own proxy (which breaks in-cluster). Port forwarding is not available with custom provider; will restore once gluetun releases an updated server list image.