diff options
author | Robert Gerus <arachnist@i.am-a.cat> | 2014-09-15 06:55:47 +0200 |
---|---|---|
committer | Robert Gerus <arachnist@i.am-a.cat> | 2014-09-15 06:55:47 +0200 |
commit | 5bc05d0efd99d9828771a71e3fd0f7b4d7f3998b (patch) | |
tree | dde4176349e316ca2df4f77b350fe6bd59df7dd4 | |
parent | ec537f28bd38375a2cb2d25a0685324e61395a82 (diff) | |
download | old-firewall-5bc05d0efd99d9828771a71e3fd0f7b4d7f3998b.tar.gz old-firewall-5bc05d0efd99d9828771a71e3fd0f7b4d7f3998b.tar.bz2 old-firewall-5bc05d0efd99d9828771a71e3fd0f7b4d7f3998b.tar.xz old-firewall-5bc05d0efd99d9828771a71e3fd0f7b4d7f3998b.zip |
…
-rw-r--r-- | rules/10-ar | 1 |
1 files changed, 1 insertions, 0 deletions
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 } |