master
Robert Gerus 2014-09-15 06:55:47 +02:00
parent ec537f28bd
commit 5bc05d0efd
1 changed files with 1 additions and 0 deletions

View File

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