diff options
author | dbaio <dbaio@FreeBSD.org> | 2017-10-14 21:15:15 +0800 |
---|---|---|
committer | dbaio <dbaio@FreeBSD.org> | 2017-10-14 21:15:15 +0800 |
commit | 447165356b5559730cb0bc724316b72dcbe94640 (patch) | |
tree | 85b12c6f3deff9ddcb822f9b18093482ccb825a8 /dns/Makefile | |
parent | ef8f4349c1a79b6c3ab8e9cf56fd8109c2877ef9 (diff) | |
download | freebsd-ports-graphics-447165356b5559730cb0bc724316b72dcbe94640.tar.gz freebsd-ports-graphics-447165356b5559730cb0bc724316b72dcbe94640.tar.zst freebsd-ports-graphics-447165356b5559730cb0bc724316b72dcbe94640.zip |
New port dns/dns2blackhole: Malware Prevention through Domain Blocking
dns2blackhole is a set of Bourne Shell csh scripts that fetch host files
from public host file providers that contain the FQDN [ Fully Qualified
Domain Names ] of sites that fall into the following categories, adware,
malware, exploit, hijackers, harvesters, tracking, phishing, fake news,
fraud, spam, sex, porn, gambling, advertisements, misleading marketing,
illegal pharmacy, warez/piracy and others. The output of the dns2blackhole
scripts is fed directly into the ports/package versions of unbound, named,
and dnsmask DNS servers to block those FQDN thus protecting user
devices from being compromised or bothered seeing things of no interest.
The base built-in version of unbound titled "local_unbound" can also be
configured to work using the dns2blackhole method. This black hole method
is another layer of protection that you can customize to your needs.
WWW: http://dns2blackhole.sourceforge.net/
PR: 222805
Submitted by: joeb1@a1poweruser.com
Diffstat (limited to 'dns/Makefile')
-rw-r--r-- | dns/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile index 7c96baa3d04..be3e5618b94 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -29,6 +29,7 @@ SUBDIR += djbdns-tools SUBDIR += dlint SUBDIR += dnrd + SUBDIR += dns2blackhole SUBDIR += dns2tcp SUBDIR += dns_balance SUBDIR += dnscap |