From 5e3c441f25aabdfaf7f28c7e4c000aadcf39cbff Mon Sep 17 00:00:00 2001 From: Robert Gerus Date: Mon, 15 Sep 2014 07:18:07 +0200 Subject: [PATCH] Not needed anymore --- rules/10-ar | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }