From 3d88354268b9105e35f5de00407d6e520028b658 Mon Sep 17 00:00:00 2001 From: ater49 <31342330+ater49@users.noreply.github.com> Date: Wed, 27 Sep 2017 21:41:36 +0200 Subject: [PATCH 1/4] Update list.json Just to add checkip.amazonaws.com into WarningList --- lists/whats-my-ip/list.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lists/whats-my-ip/list.json b/lists/whats-my-ip/list.json index 45c79b7..ba338cf 100644 --- a/lists/whats-my-ip/list.json +++ b/lists/whats-my-ip/list.json @@ -16,6 +16,7 @@ "api.ipify.org", "api.wipmania.com", "bearsmyip.com", + "checkip.amazonaws.com" "checkip.dns.he.net", "checkip.dyndns.com", "checkip.dyndns.es", From fa3e724fdc447ecc7754ae32f0ded630a99b76c5 Mon Sep 17 00:00:00 2001 From: ater49 <31342330+ater49@users.noreply.github.com> Date: Thu, 28 Sep 2017 11:14:45 +0200 Subject: [PATCH 2/4] Update list.json Comma added to the line --- lists/whats-my-ip/list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lists/whats-my-ip/list.json b/lists/whats-my-ip/list.json index ba338cf..0a95df7 100644 --- a/lists/whats-my-ip/list.json +++ b/lists/whats-my-ip/list.json @@ -16,7 +16,7 @@ "api.ipify.org", "api.wipmania.com", "bearsmyip.com", - "checkip.amazonaws.com" + "checkip.amazonaws.com", "checkip.dns.he.net", "checkip.dyndns.com", "checkip.dyndns.es", From 980b74f72094cb3c9830c1b317209ca99939bd06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Sat, 28 Oct 2017 18:50:17 -0400 Subject: [PATCH 3/4] chg: Remove exec flag on json files --- validate_all.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/validate_all.sh b/validate_all.sh index 67a05d3..a5d3cd4 100755 --- a/validate_all.sh +++ b/validate_all.sh @@ -12,6 +12,16 @@ if ! [ $diffs -eq 0 ]; then exit 1 fi +# remove the exec flag on the json files +find -name "*.json" -exec chmod -x "{}" \; + +diffs=`git status --porcelain | wc -l` + +if ! [ $diffs -eq 0 ]; then + echo "Please make sure you run remove the executable flag on the json files before commiting: find -name "*.json" -exec chmod -x \"{}\" \\;" + exit 1 +fi + for dir in lists/*/list.json do echo -n "${dir}: " From 705d6c6040fdef674401093b3adadac9d3067ab3 Mon Sep 17 00:00:00 2001 From: Christophe Vandeplas Date: Wed, 13 Dec 2017 08:51:31 +0100 Subject: [PATCH 4/4] quad9 project --- lists/public-dns-v4/list.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lists/public-dns-v4/list.json b/lists/public-dns-v4/list.json index 05183e3..76b17cf 100644 --- a/lists/public-dns-v4/list.json +++ b/lists/public-dns-v4/list.json @@ -50217,6 +50217,7 @@ "99.99.99.193", "99.info-pros.com.", "99.red-80-58-141.staticip.rima-tde.net.", + "9.9.9.9", "A-B-C-166.static.isp.telekom.rs.", "A091H095.cable.ogaki-tv.ne.jp.", "A095H019.cable.ogaki-tv.ne.jp.", @@ -65995,5 +65996,5 @@ "domain|ip" ], "name": "List of known IPv4 public DNS resolvers", - "version": 20170212 + "version": 20171213 }