Rev proxy working again

This commit is contained in:
2022-12-30 18:56:44 +01:00
parent 28d7cf68df
commit 9ad1ecf1da
15 changed files with 208 additions and 146 deletions

View File

@ -19,7 +19,8 @@ typedef struct {
union {
struct sockaddr sock;
struct sockaddr_in6 ipv6;
} addr;
} _addr;
char *addr, *s_addr;
SSL_CTX *ctx;
SSL *ssl;
long _last_ret;