|
|
|
|
|
by imiric
1117 days ago
|
|
Have you considered using Wireguard for this? It's relatively straightforward, see: https://www.procustodibus.com/blog/2020/11/wireguard-hub-and... This way you don't depend on a VPN provider, and can easily host it on any VPS. I suppose it would work on fly.io as well. I use the hub and spoke setup to access my home network over the internet, and Wireguard works great. This also doesn't require any special gateways or DNS setup. All connected hosts just use the DNS server on my main router, which resolves all internal domains. |
|
Which works horribly on 464xlat providers, as now you're routing your VPN traffic over a IPv6->IPv4 proxy. While that's fine for outgoing stuff it breaks all incoming stuff as soon as you put your phone to sleep, as nothing can send stuff your way anymore.