aboutsummaryrefslogtreecommitdiff
path: root/network/dnsflood/README
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackbuilds.org>2011-03-14 16:42:05 -0500
committerRobby Workman <rworkman@slackbuilds.org>2011-03-14 16:42:05 -0500
commit35779ae901f1909fe9555fb998261065c695f9b2 (patch)
tree679d9f7b73e0ab5e2a324fc60d92acaa8aa4286f /network/dnsflood/README
parent2d5f1998b47a1966bd3d727ac4749a5fee8a7954 (diff)
network/dnsflood: Removed (unmaintained)
Reference: http://lists.slackbuilds.org/pipermail/slackbuilds-users/2010-October/006570.html Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/dnsflood/README')
-rw-r--r--network/dnsflood/README11
1 files changed, 0 insertions, 11 deletions
diff --git a/network/dnsflood/README b/network/dnsflood/README
deleted file mode 100644
index be66b71d11c54..0000000000000
--- a/network/dnsflood/README
+++ /dev/null
@@ -1,11 +0,0 @@
-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.
-
-DNS Flood Detector uses libpcap (in non-promiscuous mode) to monitor incoming
-dns queries to a nameserver. The tool may be run in one of two modes, either
-daemon mode or "bindsnap" mode. In daemon mode, the tool will alarm via syslog.
-In bindsnap mode, the user is able to get near-real-time stats on usage to aid
-in more detailed troubleshooting.
-
-A /etc/rc.d/rc.dnsflood daemon control script is aditionally included.