I have a remote machine running Linux that I SSH into and use for development purposes (compiling, language server, running, etc).
My local computer is essentially a thin client. I use remote development tools to blend the environments and I forward the required ports manually with -L.
Some services require an active VPN connection to access and I haven't configured the VPN connection on my remote.
Is there a way to have my remote machine resolve network requests through my local machine's network - there by sharing the VPN with it when I connect via SSH?