bfw

simple Bridge FireWall
git clone git://r-36.net/bfw
Log | Files | Refs | README | LICENSE

commit 5844b04355e58d980dd91bf13340afc9c207ec06
parent 7b05b307ba83fdb5447472c26723311b3f957235
Author: Christoph Lohmann <20h@r-36.net>
Date:   Mon,  8 Feb 2016 19:33:38 +0100

Remove LOCALIP and be more obvious about the configuration.

Diffstat:
README | 5+++--
bin/bfw | 1-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README b/README @@ -3,8 +3,9 @@ ## Installation make PREFIX=/usr install - # copy over examples from etc to /etc/bfw.allowed.conf and - # /etc/bfw.blocked.conf + # 1.) copy over examples from etc to /etc/bfw.allowed.conf and + # /etc/bfw.blocked.conf + # 2.) edit /usr/bin/bfw to fit your interfaces ## Links diff --git a/bin/bfw b/bin/bfw @@ -11,7 +11,6 @@ INIF="in0" OUTIF="out0" BRIF="br0" -LOCALIP="192.168.3.30" ALLOWEDHOSTS="/etc/bfw.allowed.conf" BLOCKEDHOSTS="/etc/bfw.blocked.conf"