标签: PowerShell

2 篇文章

powershell 做服务器中转
powershell 做服务器中转 最基本的用途就是转发提速,提速啥自己琢磨 添加一个中转的端口 netsh interface portproxy add v4tov4 listenaddress=0.0.0.0 listenport=10010 connectaddress=domain.com…