diff options
author | Omar Polo <op@omarpolo.com> | 2022-01-01 18:50:10 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2022-01-01 18:50:10 +0000 |
commit | 5128c0b0e3b51737783c4c68c9e34a76ec8c8b0e (patch) | |
tree | 00ad1dc18d6ad0e51242f698fdf75999fe25f6c1 /gmid.h | |
parent | 7bdcc91ec70ddde092ac5d7b4f75d54915e7b221 (diff) |
add `verifyname' option for `proxy' rule
Diffstat (limited to 'gmid.h')
-rw-r--r-- | gmid.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -100,6 +100,7 @@ extern struct fcgi fcgi[FCGI_MAX]; struct proxy { char *host; const char *port; + int noverifyname; uint8_t *cert; size_t certlen; uint8_t *key; |