docs: remove note about personal single-user access from trusted proxy auth guidance

This commit is contained in:
Nick Taylor 2026-02-18 22:55:26 -05:00
parent b5c38b1095
commit fd70aa3be2
No known key found for this signature in database

View File

@ -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