Mirror site is read only www.netnr.com
netnr/ netsh-http.bat 2020-09-18 14:13
netsh命令监听IP(可实现IIS、nginx共用80端口)
:: 显示监听的IP列表
netsh http show iplisten

:: 添加监听IP
netsh http add iplisten ipaddress=127.0.0.1

:: 删除监听IP
netsh http delete iplisten 127.0.0.1