> The idea is to use alpine as a vpn to my host browser.
> I've been able to get PIA wireguard working on alpine vm, and I would like to 
> redirect my host browser through it.

Create a SOCKS tunnel and hook up your browser to proxy traffic through it.

$ ssh -fN -D 1024 vm

Refer to your browser settings to setup the proxy, and make sure of
proxying DNS requests over it as well.

ie. for chromium, 
https://www.chromium.org/developers/design-documents/network-stack/socks-proxy/

        gsoares

Reply via email to