diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-11-20 00:27:36 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-11-20 00:27:36 +0100 |
commit | 0dfb874f39279e3efeb6cc076f51cfd8b2781c35 (patch) | |
tree | df3801c5166bf3f1e39ea7595a6e06a21c1babaf /etc/shorewall | |
parent | fd972c12328219914e56a931c0e570df41744082 (diff) | |
download | jenkins.debian.net-0dfb874f39279e3efeb6cc076f51cfd8b2781c35.tar.xz |
update documentation and todo
Diffstat (limited to 'etc/shorewall')
-rw-r--r-- | etc/shorewall/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/shorewall/rules b/etc/shorewall/rules index db08726c..4b95dd6f 100644 --- a/etc/shorewall/rules +++ b/etc/shorewall/rules @@ -26,7 +26,7 @@ Ping(DROP) net $FW ACCEPT $FW net icmp -# http and ssh are allowed +# incoming http and ssh are allowed ACCEPT net $FW tcp 80 ACCEPT net $FW tcp 22 |