Skip to content

moat: use the First IP from the X-Forwarded-From header

meskio requested to merge meskio/rdsys:moat_first_ip into main

Moat's first IP comes from moat-shim, as this removes any other X-Forwarded-From headers. And the last one is comming from the connection between the moat-shim and apache, so this one is the public IP address of the moat-shim server.

Merge request reports