iptables for retards...
Go to file
2013-11-16 15:49:16 +00:00
autotool Move to autotools 2013-10-15 22:25:17 +01:00
doc Include icmpv6 as a service 2013-11-16 15:49:16 +00:00
etc Merge remote-tracking branch 'origin/development' 2013-10-23 23:56:00 +01:00
examples Remove old configuration files 2013-10-28 20:06:21 +00:00
m4 Move to autotools 2013-10-15 22:25:17 +01:00
packaging Ensure ChangeLog and NEWS versions are in sync 2013-11-03 09:53:07 +00:00
sbin Include icmpv6 as a service 2013-11-16 15:49:16 +00:00
.gitattributes Implement version numbers 2013-10-28 20:06:21 +00:00
.gitignore Merge remote-tracking branch 'origin/development' 2013-10-23 23:56:00 +01:00
AUTHORS Move to autotools 2013-10-15 22:25:17 +01:00
autogen.sh Move to autotools 2013-10-15 22:25:17 +01:00
ChangeLog Update for release 2013-10-29 21:30:20 +00:00
configure.ac Implement version numbers 2013-10-28 20:06:21 +00:00
COPYING Added to FireHOL distribution. 2002-12-07 00:48:34 +00:00
Makefile.am Implement version numbers 2013-10-28 20:06:21 +00:00
NEWS Update for release 2013-10-29 21:30:20 +00:00
README Implement version numbers 2013-10-28 20:06:21 +00:00
THANKS Move to autotools 2013-10-15 22:25:17 +01:00

FireHOL, an iptables stateful packet filtering firewall for humans!
FireQOS, a TC based bandwidth shapper for humans!


Copyright (C) 2003 - 2013 Costa Tsaousis <costa@tsaousis.gr>
Distributed under GPL.

INSTALLATION
------------

To use firehol, you need the file:

 sbin/firehol.in

Put your configuration in /etc/firehol/firehol.conf and start it.

To use fireqos, you need the file:

 sbin/fireqos.in

Put your configuration in /etc/firehol/fireqos.conf and start it.

In the examples directory, you can find examples for both programs.


To checkout the development version do this:

# cd /tmp/
# git clone https://github.com/ktsaou/firehol.git firehol.git

Now you should have the development version of firehol.in and
fireqos.in in the sbin directory.