projects
/
people
/
teissler
/
ipfire-2.x.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Forward Firewall: added GPL header to all files
[people/teissler/ipfire-2.x.git]
/
config
/
forwardfw
/
rules.pl
diff --git
a/config/forwardfw/rules.pl
b/config/forwardfw/rules.pl
index 07f3abd1eaa6d02ebc915f97c3f61b198de1cfaa..e3592701caf329ce6baae2153d7104cbb53dff30 100755
(executable)
--- a/
config/forwardfw/rules.pl
+++ b/
config/forwardfw/rules.pl
@@
-2,7
+2,7
@@
###############################################################################
# #
# IPFire.org - A linux based firewall #
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 201
2
#
+# Copyright (C) 201
3
#
# #
# 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 #
# #
# 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 <http://www.gnu.org/licenses/>. #
# #
###############################################################################
# along with this program. If not, see <http://www.gnu.org/licenses/>. #
# #
###############################################################################
-# #
-# 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;
###############################################################################
use strict;
@@
-89,7
+86,7
@@
close(CONN1);
################################
# DEBUG/TEST #
################################
################################
# DEBUG/TEST #
################################
-my $MODE=
1
; # 0 - normal operation
+my $MODE=
0
; # 0 - normal operation
# 1 - print configline and rules to console
#
################################
# 1 - print configline and rules to console
#
################################