There is a couple of ways to make the port forward rules ... iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 8080 ...
確定! 回上一頁