Add geoip TODOs

This commit is contained in:
2020-12-22 20:32:00 +01:00
parent 7e2c9bea6d
commit 8cccf48826
2 changed files with 6 additions and 0 deletions

View File

@ -264,6 +264,9 @@ int main(int argc, const char *argv[]) {
if (cache_init() != 0) {
return 1;
}
// TODO init geoip database
openssl_init();
client.ctx = SSL_CTX_new(TLS_server_method());