Subj : Re: Synchronet Web Service Question
To   : WitNik
From : Ragnarok
Date : Sat Jul 03 2021 08:48 pm

El 3/7/21 a las 19:33, WitNik escribi�:
> I've recently configured a reverse http/https proxy in front of my SBBS. My setup is working well; however, SBBS is currently logging all web traffic (IP addresses) as coming from the reverse proxy vs. the Internet-based clients.
>
> Is there a way to cause SBBS to "trust" the proxy address and read the standard X-Forwarded-For headers provided by the proxy to log external client IPs?
>
> I had looked in the docs/wiki and was unable to find anything relevant.
>
> Thanks in advance,
> -WitNik
>
i have same issue on nginx

    location @app {
        rewrite /web(.*) /$1 break;
        proxy_set_header X-Real-IP  $remote_addr;
        proxy_set_header X-Forwarded-For $remote_addr;
        proxy_set_header Host $host;
        proxy_pass http://127.0.0.1:8088;
        proxy_redirect off;
    }

the log show connection from 127.0.0.1,

this issue also occurs on websocket proxy

---
� Synchronet � Dock Sud BBS TLD 24 HS - bbs.docksud.com.ar