|
|
|
|
|
by oliviabenson
817 days ago
|
|
You can achieve both. The only mistake you made was to half-bake the proxy (doing it for IPv6 only): proxy every http(s) request to tailscale.com. Vercel’s platform is valuable for a whole host of reasons, the networking side isn’t that important, your developers will greatly value the use of Vercel even if every request is being proxied through a web server hosting tailscale.com which responds to a request for /install.sh instead of passing it through to the marketing site. (In Google Cloud you could do it entirely with load balancing rules, no need to even run a web server) |
|