dns: change default DNS to a worldwide selection

DNSSEC aware servers picked from https://wiki.ipfire.org/dns/public-servers
This commit is contained in:
moneromooo-monero
2018-02-02 12:40:44 +00:00
parent ed67e5c001
commit 71806327f5
3 changed files with 35 additions and 23 deletions
+1 -1
View File
@@ -167,7 +167,7 @@ std::string get_account_address_as_str_from_url(const std::string& url, bool& dn
bool load_txt_records_from_dns(std::vector<std::string> &records, const std::vector<std::string> &dns_urls);
std::string parse_dns_public(const char *s);
std::vector<std::string> parse_dns_public(const char *s);
} // namespace tools::dns_utils