summaryrefslogtreecommitdiff
path: root/openwrt/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
commit6a4f0e2b5488b191d8d96482717f56984bc2e386 (patch)
treec955985cd7d6588cb3e96865f49181f809cf2b85 /openwrt/package/base-files/default/etc/firewall.user
parent5ea9dc5f57a7c9fe3fd6fc891a3e3409986da2de (diff)
downloadmtk-20170518-6a4f0e2b5488b191d8d96482717f56984bc2e386.zip
mtk-20170518-6a4f0e2b5488b191d8d96482717f56984bc2e386.tar.gz
mtk-20170518-6a4f0e2b5488b191d8d96482717f56984bc2e386.tar.bz2
updates from whiterussian
SVN-Revision: 1504
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 1781bd4..7a13141 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