All Projects → Miserlou → Nogoogle

Miserlou / Nogoogle

An easy way to remove Google from your life.

Programming Languages

python
139335 projects - #7 most used programming language

nogoogle logo

nogoogle

A simple way of removing Google from your life.

nogoogle uses dnsmasq to black-hole all known Google domains.

Notes

Don't use this yet.

OSX

Install dnsmasq:

brew install dnsmasq

Configure nogoogle:

cp dnsmasq.conf /usr/local/etc/dnsmasq.conf

Start at boot:

sudo cp -fv /usr/local/opt/dnsmasq/*.plist /Library/LaunchDaemons

Start now:

sudo launchctl load /Library/LaunchDaemons/homebrew.mxcl.dnsmasq.plist

Ubuntu

Install dnsmasq:

sudo apt-get install dnsmasq

Configure nogoogle:

sudo cp dnsmasq.conf /etc/dnsmasq.conf

Android

dnsmasq does work for Android, but I haven't investigated how to get nogoogle running yet. This might work, but I haven't tested it:

 sudo cp dnsmasq.conf /data/dnsmasq.conf
 dnsmasq -C /data/dnsmasq.conf

Windows

dnsmasq doesn't work on Windows. I don't know. Maybe this as an alternative? http://mayakron.altervista.org/wikibase/show.php?id=AcrylicHome

Others

Install dnsmaqs with your package manager of choice, or from source, then add nogoogle's configuration into your dnsmasq.conf. If you're using some crazy operating system, you probably already know how to do this.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].