diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-02-02 12:40:44 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-02-08 09:46:16 +0000 |
commit | 71806327f5187900ee0058e916dfaa1632a52844 (patch) | |
tree | df6498630d965502c6b4800d9ccd426ebdfe91fa /src/common/dns_utils.h | |
parent | Merge pull request #3198 (diff) | |
download | monero-71806327f5187900ee0058e916dfaa1632a52844.tar.xz |
dns: change default DNS to a worldwide selection
DNSSEC aware servers picked from https://wiki.ipfire.org/dns/public-servers
Diffstat (limited to 'src/common/dns_utils.h')
-rw-r--r-- | src/common/dns_utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/dns_utils.h b/src/common/dns_utils.h index d5dc03283..f46bca3dd 100644 --- a/src/common/dns_utils.h +++ b/src/common/dns_utils.h @@ -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 |