From 94f143773948fe3bf811a9cd8c233198af58235b Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Mon, 17 Jun 2024 20:47:24 +0000 Subject: add a proxy-v1 keyword to enable the proxy protocol handling --- gmid.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gmid.h') diff --git a/gmid.h b/gmid.h index 7819cb1..9f102db 100644 --- a/gmid.h +++ b/gmid.h @@ -116,6 +116,7 @@ struct address { struct sockaddr_storage ss; socklen_t slen; int16_t port; + int proxy; /* pretty-printed version of `ss' */ char pp[NI_MAXHOST]; -- cgit v1.2.3