diff options
author | tobtoht <41021257+tobtoht@users.noreply.github.com> | 2019-06-21 09:40:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-21 09:40:10 +0000 |
commit | 037f94c54e3f961d5b9494476ea914981c7c14b4 (patch) | |
tree | 36230cd780b16a849f259209592fd42947293aa1 | |
parent | Merge pull request #5641 (diff) | |
download | monero-037f94c54e3f961d5b9494476ea914981c7c14b4.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) }; |