markpash / tailscale-sidecar

A TCP proxy used to expose services onto a tailscale network without root. Ideal for container environments.
MIT License
137 stars 10 forks source link

WIP: add experimental socks and http proxying to tailnet #8

Open markpash opened 2 years ago

markpash commented 2 years ago

implements #7 This provides a http and socks proxy, copied from the tailscale codebase itself. Still need to think about how this interacts with requests to non-tailnet endpoints. And to make it intuitive and equivalent to normal tailscale exit-node/subnet-routing behaviour.