Closed dpb587 closed 5 years ago
When ssoca runs behind a proxy, it logs the proxy's IP instead of the original client; e.g. with co-located caddy it reports server.request.remote_addr as 127.0.0.1:38314. It should support configurable trust of X-Forwarded-For.
ssoca
server.request.remote_addr
127.0.0.1:38314
X-Forwarded-For
When
ssoca
runs behind a proxy, it logs the proxy's IP instead of the original client; e.g. with co-located caddy it reportsserver.request.remote_addr
as127.0.0.1:38314
. It should support configurable trust ofX-Forwarded-For
.