Pop-Up Thingie

Unleashed
  • Home
  • Forum
  • Files
  • Log in

  1. Forum
  2. FidoNet
  3. SYNC SYSOPS
  • If VHOSTS and ONE_HTTP_LOG options are enabled, log VHOST instead of H

    From Fernando Toledo@1:103/705 to GitLab note in main/sbbs on Wed Feb 11 11:45:13 2026
    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?
    ![image](/uploads/5a7e8bbd04557792710f6a48ed43ae60/image.png){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)
  • From Rob Swindell@1:103/705 to GitLab note in main/sbbs on Wed Feb 11 13:50:19 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/4281523d6b7b0d41514ac7ff52a999292c9d2d26#note_8267

    There's no setting that would currently add that the http-access log. There is the feature request (https://gitlab.synchro.net/main/sbbs/-/issues/1064) which could possibly include custom headers if it were to be implemented.
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to GitLab note in main/sbbs on Wed Feb 11 23:22:28 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/4281523d6b7b0d41514ac7ff52a999292c9d2d26#note_8282

    I came across the [web] RemoteIPHeader setting today, I think that's what you're looking maybe. Set that (in your sbbs.ini file) to your X-Real-IP and you should get what you're looking for in the log messages, I think.
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Rob Swindell@1:103/705 to GitLab note in main/sbbs on Wed Feb 11 23:25:25 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/4281523d6b7b0d41514ac7ff52a999292c9d2d26#note_8283

    For more info, see commit 7712fdfa3ed04e3c58dc4c73d154e0a8a8c5ec0d
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Fernando Toledo@1:103/705 to GitLab note in main/sbbs on Fri Feb 13 08:56:34 2026
    https://gitlab.synchro.net/main/sbbs/-/commit/4281523d6b7b0d41514ac7ff52a999292c9d2d26#note_8288

    good I will update asap!
    thanks!
    --- SBBSecho 3.37-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • Who's Online

  • Recent Visitors

    • Guest
      Sun Jan 18 16:08:59 2026
      from Xz Xzx via Telnet
    • Guest
      Sat Jan 17 22:24:30 2026
      from New York, N Y via Telnet
    • Man Man
      Sun Dec 21 23:19:34 2025
      from Man, Man via Telnet
    • Guest
      Wed Dec 17 18:30:48 2025
      from D via Raw
  • System Info

    Sysop: Daphantom
    Location: Washington, IL.
    Users: 6
    Nodes: 4 (0 / 4)
    Uptime: 05:19:58
    Calls: 21
    Files: 21,932
    D/L today: 138 files
    (12,493K bytes)
    Messages: 24,330

© Unleashed, 2026