Hacker News new | ask | show | jobs
by fruitreunion1 1049 days ago
The idea is you connect to the wireguard UDP port from one of the obfuscation tunnels.

laptop -> obfuscation tunnel (udp2raw/iodine/ssh/tor/wstunnel/etc.) -> wireguard UDP port. Though some protocols like ssh or tor only support TCP, so you have to run an additional tunnel in the machine to get to wireguard (udp-over-tcp).

1 comments

tunnel on top of another tunnel works, but at the cost of speed and ops complexity.