windows上如果实现如下操作:
iptables -t nat -A OUTPUT -d 192.168.0.253 -p tcp --dport 80 -j DNAT --to-destination 192.168.0.254:81
win10上netsh能实现这个效果吗?