Subj : src/sbbs3/sbbs_ini.c websrvr.c websrvr.h To : Git commit to main/sbbs/master From : Deucе Date : Tue Nov 11 2025 01:20 pm https://gitlab.synchro.net/main/sbbs/-/commit/7712fdfa3ed04e3c58dc4c73 Modified Files: src/sbbs3/sbbs_ini.c websrvr.c websrvr.h Log Message: Add a RemoteIPHeader [web] config option If set to the name of an HTTP header, the value of that header will be copied into the host_ip member of the session structure, replacing the current value. Requested on IRC by Keyop, hope this doesn't break everything. .