Option to route OpenVPN over Tor #41
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Salvaged from the deleted TODO.md.
What it means: OpenVPN connects through a locally running Tor daemon's SOCKS
proxy (
socks-proxy 127.0.0.1 9050in the generated config), so the VPNprovider sees a Tor exit node instead of the home IP, and the Tor network
never sees plaintext destination traffic.
Known constraints to design around:
qualify -- the option has to filter or rewrite the server selection the same
way stealth modes already do.
Closest in-repo precedent: the existing OpenVPN-over-SSL/SSH stealth handling
for AirVPN and Windscribe, which already wraps OpenVPN in a local proxy
process (stunnel) and punches the matching firewall hole.
The other two TODO.md lines were triaged away: more providers is the constant
background extension the provider-import code already serves, and Windows
support is not feasible for the current architecture (iptables, D-Bus,
cgroups).