Pop-Up Thingie

The Gate BBS
  • Home
  • Forum
  • Files
  • Games
  • More
    • User List
  • Register
  • 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 Wednesday, February 11, 2026 11:45:13
    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 Wednesday, February 11, 2026 13:50:19
    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 Wednesday, February 11, 2026 23:22:28
    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 Wednesday, February 11, 2026 23:25:25
    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 Friday, February 13, 2026 08:56:34
    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

    • John F Kennedy
      Saturday, March 14, 2026 10:35:50
      from Quebec, Canada via Telnet
    • Dell Man
      Saturday, March 14, 2026 10:01:19
      from Los Angeles, CA via Telnet
    • Boxoskulz
      Saturday, March 14, 2026 09:35:06
      from Glendale, AZ via Telnet
    • Greg Meckel
      Saturday, March 14, 2026 08:22:30
      from Anchorage, AK via Telnet
    • Dr. What
      Saturday, March 14, 2026 07:59:05
      from Rockford, MI via Telnet
  • System Info

    Sysop: Gate Keeper
    Location: Shelby, NC
    Users: 831
    Nodes: 20 (0 / 20)
    Uptime: 209:35:59
    Calls: 14,143
    Calls today: 5
    Files: 5,294
    D/L today: 84 files
    (37,535K bytes)
    Messages: 635,183

© The Gate BBS, 2026