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