diff --git a/docs/gateway/trusted-proxy-auth.md b/docs/gateway/trusted-proxy-auth.md index cff00bb6720..8347f4d41c9 100644 --- a/docs/gateway/trusted-proxy-auth.md +++ b/docs/gateway/trusted-proxy-auth.md @@ -26,7 +26,6 @@ Use `trusted-proxy` auth mode when: - If your proxy doesn't authenticate users (just a TLS terminator or load balancer) - If there's any path to the Gateway that bypasses the proxy (firewall holes, internal network access) - If you're unsure whether your proxy correctly strips/overwrites forwarded headers -- If you only need personal single-user access (consider Tailscale Serve + loopback for simpler setup) ## How It Works