aboutsummaryrefslogtreecommitdiff
path: root/gmid.h
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2022-01-01 19:04:50 +0000
committerOmar Polo <op@omarpolo.com>2022-01-01 19:04:50 +0000
commitc7c8ef448bc8832998606ec217907c7dc66fec6c (patch)
tree2d935588f4ba9c3a4dac7a8cc0f028ea1c6351ee /gmid.h
parent5128c0b0e3b51737783c4c68c9e34a76ec8c8b0e (diff)
add `protocols' option to `proxy' rule
Diffstat (limited to 'gmid.h')
-rw-r--r--gmid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gmid.h b/gmid.h
index 5f6b000..d028115 100644
--- a/gmid.h
+++ b/gmid.h
@@ -100,6 +100,7 @@ extern struct fcgi fcgi[FCGI_MAX];
struct proxy {
char *host;
const char *port;
+ uint32_t protocols;
int noverifyname;
uint8_t *cert;
size_t certlen;