Is there a way to run a curl
or wget
request over a VPN in a way that doesn't affect the rest of the system's networking?
So I don't want to activate the VPN system-wide, as that would presumably tunnel all system traffic through the VPN (which I don't want).
I have a VPN server + username + password (OpenVPN IKEv2 credentials), is there a way to do this using a shell script?