Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove grocer's apostrophes #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ Check <a href="https://github.com/cbuijs/unbound-dns-filter">unbound-dns-filter<
DNS-Firewall Python script for <a href="http://unbound.net/">UNBOUND</a>


Little blurp to facilitate DNS filtering using UNBOUND and it's <a href="https://www.unbound.net/documentation/pythonmod/examples/example0.html">python-module</a> facility. Scales very well and is very fast. Might work well as alternative for <a href="https://www.isc.org/rpz/">RPZ</a> or <a href="http://www.thekelleys.org.uk/dnsmasq/doc.html">DNSMasq</a> / <a href="https://github.com/StevenBlack/hosts">HOSTS Files</a> combo.
Little blurp to facilitate DNS filtering using UNBOUND and its <a href="https://www.unbound.net/documentation/pythonmod/examples/example0.html">python-module</a> facility. Scales very well and is very fast. Might work well as alternative for <a href="https://www.isc.org/rpz/">RPZ</a> or <a href="http://www.thekelleys.org.uk/dnsmasq/doc.html">DNSMasq</a> / <a href="https://github.com/StevenBlack/hosts">HOSTS Files</a> combo.

All of this began when I started to search for an alternative for using UNBOUND's "local-zone/data" which doesn't scale very well with large lists and trashes memory. I also wanted to stay on UNBOUND for my DNS resolution purposes. Also liked the concept of <a href="https://github.com/conformal/adsuck">ADSUCK</a> using regex (ADSUCK has been abandoned though). During my search I tripped over a <a href="https://github.com/ohitz/unbound-domainfilter">Python script</a> by <a href="https://github.com/ohitz">Oliver Hitz</a>, started to test it, optimized it, added regexp and REFUSED feature, and some more informative logging.

See <a href="https://github.com/cbuijs/unbound-dns-firewall/blob/master/dns-firewall.py">dns-firewall.py</a> and the <a href="https://github.com/cbuijs/unbound-dns-firewall/wiki">Wiki</a> for more info.

<b>Disclaimer</b>: The lists are generated automatically, unduplicated, aggregrated and are provided as is. Some thougth and filtering went into the process to have as less false-positives as possible. By no means are these lists complete and do not guarantee an error-free or disrupted-free experience when used in any way. Using the Python module with UNBOUND has it's own impact as well and can disturb and bring down your DNS when fiddling to much. Use at own risk!
<b>Disclaimer</b>: The lists are generated automatically, unduplicated, aggregrated and are provided as is. Some thougth and filtering went into the process to have as less false-positives as possible. By no means are these lists complete and do not guarantee an error-free or disrupted-free experience when used in any way. Using the Python module with UNBOUND has its own impact as well and can disturb and bring down your DNS when fiddling to much. Use at own risk!

Included lists are compiled from my generic <a href="https://github.com/cbuijs/dns-firewall">DNS-Firewall</a> lists repository, and is intended to block online/web Advertising, Cyber-Attacks, Fake-News/Info, Gambling, Intrusion/Privacy, Malicious/Malware, Phising, Pornography and Tracking.

Expand Down