From 6a5172c3c788c351abdadc3b8cdc6301906a4965 Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Sat, 24 Oct 2020 03:05:39 +0000 Subject: [PATCH] Changed license to MIT --- servers.h | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/servers.h b/servers.h index 64b8d40..c714c67 100644 --- a/servers.h +++ b/servers.h @@ -7,7 +7,7 @@ **/ #define NUM_HOSTNAMES 50 -#define NUM_DNS 20 +#define NUM_DNS 26 const char HOSTNAMES[NUM_HOSTNAMES][20] = { "google.com", "youtube.com", @@ -48,4 +48,7 @@ "96.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 + "91.239.100.100", "89.233.43.71", // UnsensoredDNS + "156.154.70.1", "156.154.71.2", // Neustar }; -- Gitblit v1.10.0