Skip to content
This repository has been archived by the owner on Feb 14, 2020. It is now read-only.

Commit

Permalink
Update dnslist.cpp
Browse files Browse the repository at this point in the history
The following DNS servers are no longer valid. 202.83.95.227, 127.110.120.30, 189.16.173.11, 69.164.208.50, 156.154.71.1
  • Loading branch information
SawFishDaemon authored Jul 31, 2019
1 parent 5092a2c commit 0f62508
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/NetworkManager/dnslist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,8 @@ DNSList::SDNSEntry default_servers_v4[] =
{"208.67.220.220", "OpenDNS", ""},
{"8.8.8.8", "Google", "us"},
{"8.8.4.4", "Google", "us"},
{"202.83.95.227", "OpenNIC", "au"},
{"178.63.26.173", "OpenNIC", "de"},
{"127.110.120.30", "OpenNIC", "nz"},
{"189.16.173.11", "OpenNIC", "uk"},
{"69.164.208.50", "OpenNIC", "us"},
};
};

const int default_servers_v4_size = sizeof(default_servers_v4)/sizeof(DNSList::SDNSEntry);

Expand Down

0 comments on commit 0f62508

Please sign in to comment.