jamesmcm / vopono

Run applications through VPN tunnels with temporary network namespaces
GNU General Public License v3.0
888 stars 46 forks source link

Fix port forwarding for custom ProtonVPN WG config #248

Closed jamesmcm closed 9 months ago

jamesmcm commented 9 months ago

Fixes port forwarding when using Wireguard with ProtonVPN as custom provider config files, e.g.:

$ vopono -v exec --custom ~/hostname-RO-9.conf --protocol wireguard --provider custom --custom-port-forwarding protonvpn --port-forwarding-callback ./print_first_arg.sh firefox-developer-edition

Fixes Wireguard part of issue #247