diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-17 20:18:11 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-17 20:18:11 +0000 |
commit | 5791c1c68a4d5b0ebe2e1235a66d96cbe22a3c50 (patch) | |
tree | 1f99e7e90e04f270a42ca582b7d86535d4bd65f8 /dns/Makefile | |
parent | Per the author's website, only i386 is supported at this time. Informed (diff) |
Add dnsflood 1.08
DNS Flood Detector was developed to detect abusive usage levels
on high traffic nameservers and to enable quick response in
halting the use of one's nameserver to facilitate spam.
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 44d928e04b7c..11d041b5a9e6 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -16,6 +16,7 @@ SUBDIR += dlint SUBDIR += dnrd SUBDIR += dns_balance + SUBDIR += dnsflood SUBDIR += dnsmasq SUBDIR += dnssecwalker SUBDIR += dnstop |