PiHole-Google: Completely Block Google and Its Services
1–10 of 141 posts
Re: PiHole-Google: Completely Block Google and Its Services
#2Re: PiHole-Google: Completely Block Google and Its Services
#3This is a nice idea, but the one thing I haven't been able to divorce myself from is YouTube. I really hate how Google has allowed such a wealth of constant information that completely dwarfs alternative video hosting sites. As censorious as Google can be(now "up next" is always some video from CNN or Fox), blocking YouTube from my network would mean cutting myself off from a large portion of the world.
Re: PiHole-Google: Completely Block Google and Its Services
#4Re: PiHole-Google: Completely Block Google and Its Services
#5Re: PiHole-Google: Completely Block Google and Its Services
#6> dig TXT +short _netblocks{,2,3}.google.com | tr ' ' '\n' | egrep "(ip4:|ip6:)"
Gives you a full list of all of Google's IP blocks. You can just blackhole those.
Re: PiHole-Google: Completely Block Google and Its Services
#7If you don't mind blocking everything hosted on GCP as well: > dig TXT +short _netblocks{,2,3}.google.com | tr ' ' '\n' | egrep "(ip4:|ip6:)" Gives you a full list of all of Google's IP blocks. You can just blackhole those.
whois -h whois.radb.net '!gAS15169'Re: PiHole-Google: Completely Block Google and Its Services
#8This is a nice idea, but the one thing I haven't been able to divorce myself from is YouTube. I really hate how Google has allowed such a wealth of constant information that completely dwarfs alternative video hosting sites. As censorious as Google can be(now "up next" is always some video from CNN or Fox), blocking YouTube from my network would mean cutting myself off from a large portion of the world.
Re: PiHole-Google: Completely Block Google and Its Services
#9Re: PiHole-Google: Completely Block Google and Its Services
#10If you don't mind blocking everything hosted on GCP as well: > dig TXT +short _netblocks{,2,3}.google.com | tr ' ' '\n' | egrep "(ip4:|ip6:)" Gives you a full list of all of Google's IP blocks. You can just blackhole those.
I tried .apple.com, .yahoo.com, etc. and got nothing.