Elektrine lite

← Feed

@frongt@lemmy.zip

Post #3688535

2026-07-02 03:57 UTC

I would strongly encourage continuing to use tailscale or another VPN. The more you expose to the Internet, the more opportunities you present to an attacker. If you family also uses the VPN client, they can access the systems in the same way. Plenty of learning material out there on DNS. But no, you don’t have to pay extra for subdomains. You can put the records up on cloudflare or host them internally. Generally it’s considered bad practice to put local records in public DNS, but it doesn’t actually matter that much. You can set up a reverse proxy to route traffic to each service based on the domain name used. Most people use caddy, some use traefik, and some use nginx proxy manager.

Replies (2)

  • @someonesmall@lemmy.ml 2026-07-02 05:20

    This. Do not expose any service to the internet or even LAN. All clients need to connect via VPN to your machine, no matter if from LAN/home or on the road (WAN/Internet). You can still use a reverse proxy and custom domain names so inside the VPN network everything is HTTPS and each service has a nice domain name.

    Open ##3696123

  • This is where I get really lost. I’m probably going to get this wrong so here goes My understanding was tailscale is to connect different machines across the internet, but that a traditional VPN hides your information I got a domain so I could use my traditional VPN and access my server. At the moment, every time I want to access my server, I have to turn off my VPN so I can turn on tailscale. That’s the exact scenario I’m trying to avoid by getting the domain. Again, I’m sure I’ve got some stuff wrong here but that’s my current understanding

    Open ##3697124