Remove parent stds and added --geoip

This commit is contained in:
2020-12-22 20:22:07 +01:00
parent 14bcc47db2
commit 562cfb04e6
3 changed files with 11 additions and 9 deletions

@ -59,9 +59,7 @@
int sockets[NUM_SOCKETS];
pid_t children[MAX_CHILDREN];
FILE *parent_stdout, *parent_stderr;
const char *cert_file, *key_file, *webroot_base;
const char *cert_file, *key_file, *webroot_base, *geoip_file;
typedef struct {
unsigned int enc:1;