diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2015-08-07 19:34:57 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2015-08-07 19:34:57 +0000 |
commit | 19e3e8797d6d1fa14b4cbecd448e0105773644c2 (patch) | |
tree | 783fc32fff56a3bbffb86fc2b44f6831b0d6b7fa /dns/Makefile | |
parent | 8152271df5696bfd1bdd61afa817e00bdd15e5c5 (diff) | |
download | ports-19e3e8797d6d1fa14b4cbecd448e0105773644c2.tar.gz ports-19e3e8797d6d1fa14b4cbecd448e0105773644c2.zip |
New port: dns/dnsdist
dnsdist is a highly DNS-, DoS- and abuse-aware loadbalancer. Its
goal in life is to route DNS traffic to the best DNS server,
delivering top performance to legitimate users while shunting or
blocking abusive traffic.
WWW: http://dnsdist.org
PR: 202156
Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es>
Requested by: pi
Notes
Notes:
svn path=/head/; revision=393702
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 efb624a95da4..3e800337b303 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -35,6 +35,7 @@ SUBDIR += dnscheckengine SUBDIR += dnscrypt-proxy SUBDIR += dnsdbck + SUBDIR += dnsdist SUBDIR += dnsflood SUBDIR += dnshistory SUBDIR += dnsjava |