First of all, awesome project!
I run my lancache behind a reverse proxy which means that all Client entries in the dashboard UI show the same few internal IP addresses rather than the actual client hosts. I had a look at the code and it seems to already be correctly parsing the ForwardedFor address from the logs, but it is not stored or exposed to the frontend UI.
It would be nice to have an option to prefer ForwardedFor over RemoteAddress when selecting the ClientIp,
First of all, awesome project!
I run my lancache behind a reverse proxy which means that all Client entries in the dashboard UI show the same few internal IP addresses rather than the actual client hosts. I had a look at the code and it seems to already be correctly parsing the ForwardedFor address from the logs, but it is not stored or exposed to the frontend UI.
It would be nice to have an option to prefer ForwardedFor over RemoteAddress when selecting the ClientIp,