Outsource geoip

This commit is contained in:
2022-12-13 23:41:29 +01:00
parent b422b37806
commit 8e83d6aa5f
7 changed files with 156 additions and 102 deletions

@ -11,10 +11,12 @@
#include <openssl/crypto.h>
#include <sys/socket.h>
#include <arpa/inet.h>
typedef struct {
unsigned int enc:1;
int socket;
struct sockaddr_in6 addr;
SSL_CTX *ctx;
SSL *ssl;
long _last_ret;