Skip to content

juris/dnsmasq-blacklist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ads Domain Blacklist for Dnsmasq

If you have DD-WRT on your Wi-Fi router, here's how you can enable DNS-based ad blocking:

  1. Go to Administration > Commands, add the following and press Save Startup
wget -qO - http://zee.lv/dnsmasq-blacklist/blacklist.txt.gz | gunzip > /tmp/blacklist.txt
stopservice dnsmasq
startservice dnsmasq
  1. Go to Services, add the following to Additional Dnsmasq Options and press Save
addn-hosts=/tmp/blacklist.txt
  1. Reboot your router via Reboot Router button and enjoy less ads.

Blacklist is being updated on a weekly basis. Feel free to use blacklist-generator.sh to generate blacklist for any Dnsmasq setup.

About

Dnsmasq ad blacklist generator for DD-WRT

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages