qdm12 / gluetun

VPN client in a thin Docker container for multiple VPN providers, written in Go, and using OpenVPN or Wireguard, DNS over TLS, with a few proxy servers built-in.
https://hub.docker.com/r/qmcgaw/gluetun
MIT License
7.43k stars 350 forks source link

Feature request: Tailscale exit nodes #1854

Open Sciencentistguy opened 1 year ago

Sciencentistguy commented 1 year ago

What's the feature 🧐

Allow use of tailscale exit nodes as gluetun targets

Extra information and references

Just running a tailscale/tailscale container with an exit node enabled and network_mode: container:<that container> does not tunnel traffic out of the exit node. I would like to be able to do this with gluetun.

Now that tailscale have announced https://tailscale.com/blog/mullvad-integration/, I would like to migrate my mullvad-based gluetun configuration to this, if this feature becomes available

guyspr commented 1 year ago

I'd also like this feature. Would make it easy to merge my mullvad subscription to Tailscale.

sub-cidr commented 11 months ago

I second this :+1:

xLogiiCx commented 6 months ago

found this: https://lemmy.world/post/7281194

pdfrg commented 5 months ago

I have it set up and working, with subnet routes and custom DNS. https://github.com/qdm12/gluetun/discussions/2201 Not sure my setup is optimal, no expert here.

sub-cidr commented 5 months ago

Thanks for sharing @pdfrg!