mirror of https://github.com/Chizi123/dnscomp.git

Joel Grunbaum
2022-06-01 fa33d77d1ae082efcc7dd24ed79d162672174e43
Fixed and updated servers
1 files modified
8 ■■■■ changed files
servers.h 8 ●●●● patch | view | raw | blame | history
servers.h
@@ -40,15 +40,15 @@
const char DNS_SERVERS[NUM_DNS][20] = {
    "1.1.1.1",        "1.0.0.1",         // Cloudflare
    "8.8.8.8",        "8.8.4.4",         // Google
    "9.9.9.9",        "149.122.122.122", // Quad9
    "9.9.9.9",        "149.112.112.112", // Quad9
    "208.67.222.222", "208.67.220.220",  // OpenDNS home
    "185.228.168.9",  "185.220.169.9",   // CleanBrowsing
    "64.6.64.6",      "64.6.65.6",       // Verisign
    "198.101.242.72", "23.253.163.53",   // Alternate DNS
    "96.140.14.14",   "94.140.15.15",    // AdGuard DNS
    "76.76.19.19",    "76.223.122.150",  // Alternate DNS
    "94.140.14.14",   "94.140.15.15",    // AdGuard DNS
    "8.26.56.26",     "8.20.247.20",     // Comodo Secure DNS
    "84.200.69.80",   "84.200.70.40",    // DNS Watch
    "77.88.8.8",      "77.88.88.1",      // Yandex
    "77.88.8.8",      "77.88.8.1",       // Yandex
    "91.239.100.100", "89.233.43.71",    // UnsensoredDNS
    "156.154.70.1",   "156.154.71.2",    // Neustar
};