diff options
author | Robert Gerus <arachnist@i.am-a.cat> | 2014-09-15 07:18:07 +0200 |
---|---|---|
committer | Robert Gerus <arachnist@i.am-a.cat> | 2014-09-15 07:18:07 +0200 |
commit | 5e3c441f25aabdfaf7f28c7e4c000aadcf39cbff (patch) | |
tree | 26c01b320e375af99b89f64027110b8df6665f78 | |
parent | 5bc05d0efd99d9828771a71e3fd0f7b4d7f3998b (diff) | |
download | old-firewall-master.tar.gz old-firewall-master.tar.bz2 old-firewall-master.tar.xz old-firewall-master.zip |
-rw-r--r-- | rules/10-ar | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/10-ar b/rules/10-ar index d330593..86659b1 100644 --- a/rules/10-ar +++ b/rules/10-ar @@ -7,5 +7,5 @@ rules() { iptables --table nat $flag PREROUTING -p udp --dport 25565 -j DNAT --to-destination 10.24.0.1:25565 # kasha ssh iptables --table nat $flag PREROUTING -p tcp --dport 10022 -j DNAT --to-destination 10.24.0.1:22 - iptables --table nat $flag PREROUTING -p tcp --dport 443 -j DNAT --to-destination 10.24.0.1:22 + # iptables --table nat $flag PREROUTING -p tcp --dport 443 -j DNAT --to-destination 10.24.0.1:22 } |