diff options
author | tobtoht <41021257+tobtoht@users.noreply.github.com> | 2019-06-28 20:45:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-28 20:45:36 +0000 |
commit | c78f7c58e1f19aa3df859fb7671372dc4327eb32 (patch) | |
tree | 7a16ad984a3e598ea574d22403b1fb39eb47b86f | |
parent | Merge pull request #5638 (diff) | |
download | monero-c78f7c58e1f19aa3df859fb7671372dc4327eb32.tar.xz |
Remove Xiala.net from the list of dns resolvers
It is down permanently. See: https://xiala.net/
"Ende November 2018 werden alle Dienste von xiala.net abgeschaltet."
-rw-r--r-- | src/common/dns_utils.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/dns_utils.cpp b/src/common/dns_utils.cpp index 5e03bf897..dc1f335a7 100644 --- a/src/common/dns_utils.cpp +++ b/src/common/dns_utils.cpp @@ -48,7 +48,6 @@ static const char *DEFAULT_DNS_PUBLIC_ADDR[] = "80.67.169.40", // FDN (France) "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) }; |