https://gitlab.synchro.net/main/sbbs/-/commit/4281523d6b7b0d41514ac7ff52a999292c9d2d26#note_8265
hi @rswindell any chance to get the original IP from the http client in the logs?
{width=1185 height=642}
I use nginx as reverse proxy. I add the headers to get the x-real-ip:
```
location /web/ {
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_pass
http://127.0.0.1:8088/;
}
```
but I still get the 127.0.0.1 as you can see in the screenshot..
It would be good if I had the original IP address because then I could use it for fail2ban.
Is this possible if I change some settings?
--- SBBSecho 3.37-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)