X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=config%2Fforwardfw%2Frules.pl;h=e3592701caf329ce6baae2153d7104cbb53dff30;hp=07f3abd1eaa6d02ebc915f97c3f61b198de1cfaa;hb=dc21519f683d5bb0f7e5a9dfcfb4806afb895217;hpb=caca013c1165230eea388ed4a770f6663ad5608e;ds=sidebyside diff --git a/config/forwardfw/rules.pl b/config/forwardfw/rules.pl index 07f3abd1e..e3592701c 100755 --- a/config/forwardfw/rules.pl +++ b/config/forwardfw/rules.pl @@ -2,7 +2,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2012 # +# Copyright (C) 2013 # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -18,10 +18,7 @@ # along with this program. If not, see . # # # ############################################################################### -# # -# Hi folks! I hope this code is useful for all. I needed something to handle # -# my VPN Connections in a comfortable way. # -# This script builds firewallrules from the webinterface # +# Author: Alexander Marx (amarx@ipfire.org) # ############################################################################### use strict; @@ -89,7 +86,7 @@ close(CONN1); ################################ # DEBUG/TEST # ################################ -my $MODE=1; # 0 - normal operation +my $MODE=0; # 0 - normal operation # 1 - print configline and rules to console # ################################