Pop-Up Thingie

MSmac BBS
  • Home
  • Forum
  • Files
  • Register
  • Log in

  1. Forum
  2. DOVE-Net
  3. Synchronet Sysops Only
  • If VHOSTS and ONE_HTTP_LOG options are enabled, log VHOST instead of H

    From Fernando Toledo@VERT 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?

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT 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.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT 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.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT 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

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Fernando Toledo@VERT 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!

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • Who's Online

  • Recent Visitors

    • Guest
      Fri Apr 10 15:38:13 2026
      from Mos via Raw
    • Guest
      Mon Mar 30 02:16:00 2026
      from Mos via Raw
    • Guest
      Mon Mar 30 02:15:58 2026
      from Mos via Raw
    • Jcurtis
      Sat Mar 28 02:29:32 2026
      from Florence, Sc via Raw
  • System Info

    Sysop: Luis Silva
    Location: Lisbon
    Users: 768
    Nodes: 10 (0 / 10)
    Uptime: 493754:18:09
    Calls: 628
    Files: 46,158
    Messages: 14,586

© MSmac BBS, 2026