DNS name resolution for command line parameters

This commit is contained in:
SChernykh
2021-09-08 20:25:39 +02:00
parent 3a08a6d28d
commit ee7a1e54f7
7 changed files with 71 additions and 16 deletions

View File

@@ -117,6 +117,8 @@ private:
extern BackgroundJobTracker bkg_jobs_tracker;
extern thread_local bool is_main_thread;
bool resolve_host(std::string& host, bool& is_v6);
} // namespace p2pool
template<>