windows_tool 0.0.2

一个 Windows 库 可以设置代理
docs.rs failed to build windows_tool-0.0.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: windows_tool-0.0.8

这是一个Window工具

端口转发 port_forwarding

// 可用的代码
// powershell -Command \"Start-Process cmd '/k netsh interface portproxy add v4tov4 listenport=4000 listenaddress=10.0.0.113 connectaddress=192.168.21.4 connectport=22 && netsh interface portproxy add v4tov4 listenport=666 listenaddress=10.0.0.113 connectaddress=192.168.21.4 connectport=22'\" -Verb RunAs