Skip to content

Commit

Permalink
dns_utils: refresh list of usable DNSSEC servers /monero#4463
Browse files Browse the repository at this point in the history
A few of them are now returning invalid replies.
  • Loading branch information
moneromooo-monero authored and stoffu committed May 19, 2020
1 parent 1a0470a commit a6c2b1e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/common/dns_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a6c2b1e

Please sign in to comment.