From 45acf8738a6df0d37922ee588a43b6533a393c61 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 15 Oct 2017 10:25:23 +0100 Subject: [PATCH] Add a scary warning if you choose Google DNS --- src/freedombone-app-pihole | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/freedombone-app-pihole b/src/freedombone-app-pihole index 437a1255..fa095ae3 100755 --- a/src/freedombone-app-pihole +++ b/src/freedombone-app-pihole @@ -213,6 +213,8 @@ function pihole_change_upstream_dns { ;; 18) PIHOLE_DNS1='8.8.8.8' PIHOLE_DNS2='4.4.4.4' + dialog --title $"WARNING" \ + --msgbox $"\nGoogle's main purpose for providing DNS resolvers is to spy upon people and know which sites they are visiting.\n\nThis is something to consider, and you should only really be using Google DNS as a last resort if other resolvers are unavailable." 12 60 ;; 255) exit 1;; esac