Comment on What are your VPN recommendations for accessing self-hosted applications from the outside?
Tinkerer@lemmy.ca 2 weeks ago
I used wireguard self hosted for a bit but my work network is pretty locked down and I couldn’t find a UDP port that wasn’t blocked. How are you guys setting up wireguard in your home network? Or is it better to host it on a cloud VM?
I’m using tailscale right now because it punches through every firewall but I don’t like using external providers and I’m worried it will eventually enshittify. I have a cloudflare domain but I can’t really use any UDP port for my VPN as it’s blocked.
sugar_in_your_tea@sh.itjust.works 2 weeks ago
I got a VPS because I’m behind CGNAT, and then configured WireGuard on the server and HAProxy to proxy requests to my devices.
It works well for me.