From fd70aa3be29cfbca4c23f1cba97e5b8b6349d964 Mon Sep 17 00:00:00 2001 From: Nick Taylor Date: Wed, 18 Feb 2026 22:55:26 -0500 Subject: [PATCH] docs: remove note about personal single-user access from trusted proxy auth guidance --- docs/gateway/trusted-proxy-auth.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/gateway/trusted-proxy-auth.md b/docs/gateway/trusted-proxy-auth.md index 7144452b2e6..08a0b88fa8e 100644 --- a/docs/gateway/trusted-proxy-auth.md +++ b/docs/gateway/trusted-proxy-auth.md @@ -25,7 +25,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