Added --no-dns command line parameter

This commit is contained in:
SChernykh
2022-09-04 18:10:14 +02:00
parent c49e8d4770
commit e4dd46b498
8 changed files with 38 additions and 11 deletions

View File

@@ -171,6 +171,7 @@ extern BackgroundJobTracker bkg_jobs_tracker;
void set_main_thread();
bool is_main_thread();
extern bool disable_resolve_host;
bool resolve_host(std::string& host, bool& is_v6);
template <typename Key, typename T>