anudeepND / whitelist

A simple tool to add commonly white listed domains to your Pi-Hole setup.
MIT License
4.19k stars 281 forks source link

Is it possible to make it work with dnsmasq (not pi-hole) ? #135

Closed 2Belette closed 4 years ago

2Belette commented 4 years ago

Hi,

I am using an alternative Linux distribution where it is difficult to install & maintain pi-hole, so I am wondering if it would be possible to use your script with a normal dnsmasq install ? In fact, I am not using the GUI interface as I will send the logs to an elasticsearch to consume in kibana, so I am mainly only using the dnsmasq function with the ablity to block domain through addn-hosts function (I guess), so I would only need the script to update the list but I am not 100% sure so I am asking :)

many thanks

anudeepND commented 4 years ago

@2Belette Interesting, a quick Googling shows https://github.com/dave-kennedy/whitelist. You may need to modify the domain list and the paths which is appropriate for your dnsmasq setup