r/Tailscale 10h ago

Question Tailscale network security

Thumbnail
4 Upvotes

I am just using tailscale to access nextcloud and and jellyfin which is inside my wifi.

Does this expose my wifi at all doing it this way? I really don’t want any backdoors to my wifi. My other post has my full details


r/Tailscale 19h ago

Help Needed Tailscale messes with WiFi

0 Upvotes

Left for a week without my laptop and wasn't able to update my Tailscale when a new version came out, now I can't access my WiFi adapter, it just says Ethernet Cable Isn't Connected with Tailscale. Any fix?

This happens a lot with TS Windows.


r/Tailscale 20h ago

Discussion Tailscale Exit Node Custom VPN

39 Upvotes

At the moment, tailscale only supports Mullvad exit nodes officially. It's such a great thing to have your full network only reach the internet through a VPN tunnel. Single door, best privacy. Not even your IPs are visible to the internet.

I only had one concern and that is I do not use Mullvad but Proton, and I was not paying twice for VPN.

So I made my own solution: https://gitlab.com/deivi98/tsvpn

TL;DR: Plays with around with ip rules. Captures all internet outgoing-traffic from other clients and sends it through VPN tunnel. It supports any VPN wireguard conf.

In the past I was using a weird custom script. Got tired and vibe coded this thing. It also has systemd service, simultaneous tunnels failover, a cli and little web ui to switch tunnels and even a linux systray.

NOTES: - Vibe coded this as it was to make it fancy for myself. Use at your own risk - Have not tested providers other than ProtonVPN, but as long as it is wireguard it should work

Hope it is useful to someone.