Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Install dnsmasq

notracking edited this page Aug 13, 2020 · 4 revisions

How to install using dnsmasq

  • Download the following file (or use a daily cronjob to do it automatically)
https://github.com/notracking/hosts-blocklists/raw/master/dnsmasq/dnsmasq.blacklist.txt
  • Add the following line to your dnsmasq.conf
conf-file=/path/to/dnsmasq.blacklist.txt
  • Restart dnsmasq (reload will not update list changes) sudo service dnsmasq restart