From 7e1a8c1cebf45895a65c1f2d76b830d509419c60 Mon Sep 17 00:00:00 2001 From: Mohammed Swillam <4535397+Mohammed-Swillam@users.noreply.github.com> Date: Sat, 18 Apr 2020 12:49:01 +0200 Subject: [PATCH] - Added 2 new DNS entries for the new Cloudflare DNS for families, which comes in 2 flavors (#3276) 1- 1.1.1.2 (No Malware) 2- 1.1.1.3 (No Malware or Adult Content) This would allow parents to have more control over the safety of their family's network. Signed-off-by: Mohammed-Swillam --- automated install/basic-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 6ef30862..0157e0ac 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -39,6 +39,8 @@ Quad9 (filtered, DNSSEC);9.9.9.9;149.112.112.112;2620:fe::fe;2620:fe::9 Quad9 (unfiltered, no DNSSEC);9.9.9.10;149.112.112.10;2620:fe::10;2620:fe::fe:10 Quad9 (filtered + ECS);9.9.9.11;149.112.112.11;2620:fe::11; Cloudflare;1.1.1.1;1.0.0.1;2606:4700:4700::1111;2606:4700:4700::1001 +Cloudflare (No Malware);1.1.1.2;1.0.0.2;2606:4700:4700::1112;2606:4700:4700::1002 +Cloudflare (No Malware or Adult Content);1.1.1.3;1.0.0.3;2606:4700:4700::1113;2606:4700:4700::1003 EOM )