From bdcd701136294f1d3a5e93047edb8bd40b54a27a Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 17 Nov 2023 22:41:16 +0000 Subject: Add X-Forwarded-For logging support Signed-off-by: Laurent Bercot --- src/include/tipidee/log.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/tipidee/log.h b/src/include/tipidee/log.h index 93ee386..b8decc0 100644 --- a/src/include/tipidee/log.h +++ b/src/include/tipidee/log.h @@ -23,6 +23,7 @@ #define TIPIDEE_LOG_CLIENTIP 0x0080 #define TIPIDEE_LOG_CLIENTHOST 0x0100 #define TIPIDEE_LOG_HOSTASPREFIX 0x0200 +#define TIPIDEE_LOG_XFORWARDEDFOR 0x0400 #define TIPIDEE_LOG_DEBUG 0x8000 #define TIPIDEE_LOG_DEFAULT (TIPIDEE_LOG_REQUEST | TIPIDEE_LOG_ANSWER | TIPIDEE_LOG_SIZE) -- cgit v1.3.1