A Linux netfilter module to aid in (d)dos protection
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Niels Werensteijn b6ec076bc0 added readme (still needs work) and license 8 years ago
src added min_client_version check 8 years ago
test torture.py allows for testing if the rules can handle, lots and lots of packages. 8 years ago
LICENSE.md added readme (still needs work) and license 8 years ago
Makefile Created Makefile for all projects 8 years ago
README.md added readme (still needs work) and license 8 years ago

README.md

ts3init linux netfilter module

A linux netfilter module to help filter ts3nit floods on TeamSpeak 3 servers

How to install

make
sudo make install
sudo depmod -a
modprobe xt_ts3init

Example iptables setup

TODO