Add Maza in Interesting Applications

This commit is contained in:
Andros Fenollosa 2020-04-03 19:40:19 +02:00 committed by GitHub
parent fb47b15121
commit f4217f54d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -433,6 +433,8 @@ devices under a variety of operating systems.
* [dnsmasq conversion script](https://gist.github.com/erlepereira/c11f4f7a3f60cd2071e79018e895fc8a#file-dnsmasq-antimalware) This GitHub gist has a short shell script (bash, will work on any 'nix) and uses `wget` & `awk` present in most distros, to fetch a specified hosts file and convert it the format required by dnsmasq. Supports IPv4 and IPv6. Designed to be used as either a shell script, or can be dropped into /etc/cron.weekly (or wherever suits). The script is short and easily edited, also has a short document attached with notes on dnsmasq setup.
* [Maza ad blocking](https://github.com/tanrax/maza-ad-blocking) Bash script that modifies the hosts file and creates a dnsmasq-compatible file by adding the domains collected by Peter Lowe. It gives the possibility to enable, disable and view the status. Compatible with OSX and Linux.
## Contribute!
Please read our [Contributing Guide](https://github.com/StevenBlack/hosts/blob/master/contributing.md). Among other things, this explains how we organize files and folders in this repository.