Skip to content
Snippets Groups Projects
Commit 45acf873 authored by Bob Mottram's avatar Bob Mottram
Browse files

Add a scary warning if you choose Google DNS

parent b584bed3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment