Initial commit.

Populate the iptables-addons repository with two modules, xt_TARPIT
and xt_TEE, as a starting point.

Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
This commit is contained in:
Jan Engelhardt
2008-01-29 03:57:08 +01:00
commit 7a981b17b5
16 changed files with 894 additions and 0 deletions

4
autogen.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
autoreconf -fi;
rm -Rf autom4te*.cache;