diff --git a/rules/10-ar b/rules/10-ar index 85a10d3..8e74ade 100644 --- a/rules/10-ar +++ b/rules/10-ar @@ -1,4 +1,6 @@ #!/bin/bash rules() { iptables --table nat $append PREROUTING -p tcp --dport 2220 -j DNAT --to-destination 10.24.20.20:22 + iptables --table nat $flag PREROUTING -p tcp --dport 25566 -j DNAT --to-destination 10.24.20.100:25566 + iptables --table nat $flag PREROUTING -p tcp --dport 25567 -j DNAT --to-destination 10.24.20.100:25567 }