Get hostnames with reverse DNS

This commit is contained in:
2020-12-28 23:32:37 +01:00
parent cf8862100a
commit ee7d1e086b
4 changed files with 55 additions and 27 deletions

View File

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