summaryrefslogtreecommitdiff
path: root/openwrt/package/base-files/default/etc/firewall.user
diff options
context:
space:
mode:
authormbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-07-20 19:58:40 +0000
committermbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-07-20 19:58:40 +0000
commit18e309aa929423cace2216c5bcfa18fe4b15d7c2 (patch)
treec955985cd7d6588cb3e96865f49181f809cf2b85 /openwrt/package/base-files/default/etc/firewall.user
parente605864542f2b5fc8be6ac00a0eeae170fc47983 (diff)
updates from whiterussian
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1504 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/base-files/default/etc/firewall.user')
-rwxr-xr-xopenwrt/package/base-files/default/etc/firewall.user2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/base-files/default/etc/firewall.user b/openwrt/package/base-files/default/etc/firewall.user
index 1781bd4ea0..7a13141623 100755
--- a/openwrt/package/base-files/default/etc/firewall.user
+++ b/openwrt/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