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.

17 lines
296 B

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