1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-08 17:33:13 +02:00

Parse "Forwarded:" header from proxy.

Not (yet) checking source address nor getting a hostname.
This commit is contained in:
k4be
2021-08-22 13:34:54 +02:00
parent 1533c6431e
commit be78ecebfc
3 changed files with 230 additions and 0 deletions
+1
View File
@@ -1730,6 +1730,7 @@ struct ConfigItem_listen {
SSL_CTX *ssl_ctx;
TLSOptions *tls_options;
int websocket_options; /* should be in module, but lazy */
char *websocket_forward;
};
struct ConfigItem_sni {