aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/default/etc/firewall.user
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2005-07-20 19:58:40 +0000
committerMike Baker <mbm@openwrt.org>2005-07-20 19:58:40 +0000
commit3954f5bb6270b5b7291fbd4c09c4f8e6c88c5f42 (patch)
tree702dae2c4cb6b1e26b3c135cc3f3116b76dd5d84 /package/base-files/default/etc/firewall.user
parentf1c0a4e24379c4c0996101563821606a6a6cdceb (diff)
downloadmaster-187ad058-3954f5bb6270b5b7291fbd4c09c4f8e6c88c5f42.tar.gz
master-187ad058-3954f5bb6270b5b7291fbd4c09c4f8e6c88c5f42.tar.bz2
master-187ad058-3954f5bb6270b5b7291fbd4c09c4f8e6c88c5f42.zip
updates from whiterussian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1504 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/default/etc/firewall.user')
-rwxr-xr-xpackage/base-files/default/etc/firewall.user2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/default/etc/firewall.user b/package/base-files/default/etc/firewall.user
index 1781bd4ea0..7a13141623 100755
--- a/package/base-files/default/etc/firewall.user
+++ b/package/base-files/default/etc/firewall.user
@@ -14,7 +14,7 @@ iptables -t nat -F postrouting_rule
### The "-i $WAN" literally means packets that came in over the $WAN interface;
### this WILL NOT MATCH packets sent from the LAN to the WAN address.
-### Allow SSH from WAN
+### Allow SSH on the WAN interface
# iptables -t nat -A prerouting_rule -i $WAN -p tcp --dport 22 -j ACCEPT
# iptables -A input_rule -i $WAN -p tcp --dport 22 -j ACCEPT