iptables 有內建連接埠轉送(port forwarding) 的功能,輸入以下指令便可 ... sudo iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT ...
確定! 回上一頁