Not needed anymore

master
Robert Gerus 2014-09-15 07:18:07 +02:00
parent 5bc05d0efd
commit 5e3c441f25
1 changed files with 1 additions and 1 deletions

View File

@ -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
}