From 805bdf15f283e57b217dc77892c2051127719378 Mon Sep 17 00:00:00 2001 From: wowario Date: Mon, 12 Jul 2021 20:31:04 +0300 Subject: [PATCH] remove DNS ips --- src/common/dns_utils.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/common/dns_utils.cpp b/src/common/dns_utils.cpp index 42f122ef4..09541b000 100644 --- a/src/common/dns_utils.cpp +++ b/src/common/dns_utils.cpp @@ -44,11 +44,6 @@ using namespace epee; static const char *DEFAULT_DNS_PUBLIC_ADDR[] = { - "194.150.168.168", // CCC (Germany) - "80.67.169.40", // FDN (France) - "89.233.43.71", // http://censurfridns.dk (Denmark) - "109.69.8.51", // punCAT (Spain) - "193.58.251.251", // SkyDNS (Russia) }; static boost::mutex instance_lock;