gaenserich / hostsblock

an ad- and malware-blocking script for Linux
https://github.com/gaenserich/hostsblock
225 stars 28 forks source link

Add option to disable configuration checks. #28

Closed dmgk closed 8 years ago

dmgk commented 9 years ago

Configuration that hostsblock script checks for is not the only possible, f.i. I usually avoid modifying dnsmasq.conf directly and place config overrides in /etc/dnsmasq.d/hostsblock instead. Also, "prepend domain-name-servers 127.0.0.1" is not always required.

It would be helpful to have a way to disable hostsblock config checks and assume that everything is already configured and working properly.

gaenserich commented 9 years ago

I agree. My next task is to strip out the checks and work on the documentation.

gaenserich commented 8 years ago

Oops. Fixed this a while back, but didn't post it as such. Cf. 4301a83