Get Original Request IP
Author: BBPS-Shashank-DesaiCreated May 20, 2025Updated Nov 19, 2025
I have a bore client that maps to NGINX and a self-hosted bore server running on docker. How can I get the original IP address of the request on NGINX?
In this case: remote_addr=127.0.0.1, X-Forwarded-For=- X-Real-IP=- Both X-Forwarded-For and X-Real-IP are empty.
Source: ekzhang/bore