Hacker News new | ask | show | jobs
by lorenzo95 1301 days ago
The focus here is on the fact that it runs in userspace. Tailscale in userspace does something similar where it receives packet "meta-data" and then just creates the packet that came through the tunnel and sends it out the lan interface. Is this what happens here? I do like the docker option ;)
1 comments

Yes! It’s very similar to what Tailscale does in userspace mode, written as more of a standalone utility
Thanks! That's pretty cool. I will definitely have to try that. I could think of some sweet applications. Especially in a secured Kubernetes cluster.