No description
Find a file
Claude 91ce009271
Add --trust-proxy flag for extracting client IPs behind reverse proxies
When running behind a reverse proxy (nginx, caddy, traefik, etc.), the
server sees the proxy's IP instead of the real client IP. The new
--trust-proxy flag makes the server read X-Forwarded-For and X-Real-IP
headers to extract the actual client IP. Falls back to the socket
address if no proxy header is present.

https://claude.ai/code/session_01Mp2BozcMQX2kWm4ZP9mxJw
2026-02-09 13:52:05 +00:00
lanshare Add --trust-proxy flag for extracting client IPs behind reverse proxies 2026-02-09 13:52:05 +00:00
.gitignore Add first script 2026-01-02 21:31:47 +01:00
flake.lock Add first script 2026-01-02 21:31:47 +01:00
flake.nix Add migrate-workspace-deps script 2026-01-10 11:32:05 +01:00
gitlab-job-status Add migrate-workspace-deps script 2026-01-10 11:32:05 +01:00
migrate-workspace-deps Add migrate-workspace-deps script 2026-01-10 11:32:05 +01:00