diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-09-28 15:22:20 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-09-28 15:23:59 +0000 |
commit | 8110bea34bc36827e31288f1e89d6c7efa0c6e5b (patch) | |
tree | fc014e5eb29997c8f543862d250433db2f6c5a4e /src | |
parent | Merge pull request #4423 (diff) | |
download | monero-8110bea34bc36827e31288f1e89d6c7efa0c6e5b.tar.xz |
dns_utils: refresh list of usable DNSSEC servers
A few of them are now returning invalid replies.
Diffstat (limited to 'src')
-rw-r--r-- | src/common/dns_utils.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/common/dns_utils.cpp b/src/common/dns_utils.cpp index 3f2bde620..f2b270981 100644 --- a/src/common/dns_utils.cpp +++ b/src/common/dns_utils.cpp @@ -46,10 +46,11 @@ namespace bf = boost::filesystem; static const char *DEFAULT_DNS_PUBLIC_ADDR[] = { "194.150.168.168", // CCC (Germany) - "81.3.27.54", // Lightning Wire Labs (Germany) - "31.3.135.232", // OpenNIC (Switzerland) "80.67.169.40", // FDN (France) - "209.58.179.186", // Cyberghost (Singapore) + "89.233.43.71", // http://censurfridns.dk (Denmark) + "109.69.8.51", // punCAT (Spain) + "77.109.148.137", // Xiala.net (Switzerland) + "193.58.251.251", // SkyDNS (Russia) }; static boost::mutex instance_lock; |