windows 常用工具
端口转发# 开启tcp
netsh advfirewall firewall add rule name= "20808" protocol=TCP localport=20808 dir=in action=allow
# 关闭tcp
netsh advfirewall firewall delete rule name= "20808"
# 其他
netsh interface portproxy reset
netsh interface p...