From 5bc05d0efd99d9828771a71e3fd0f7b4d7f3998b Mon Sep 17 00:00:00 2001 From: Robert Gerus Date: Mon, 15 Sep 2014 06:55:47 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rules/10-ar | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/10-ar b/rules/10-ar index cba31ba..d330593 100644 --- a/rules/10-ar +++ b/rules/10-ar @@ -7,4 +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 }