masterzen / winrm

Command-line tool and library for Windows remote command execution in Go
Apache License 2.0
425 stars 129 forks source link

我应该实现自定义的 winrm::Transporter ? #139

Open gdlxSong opened 1 year ago

gdlxSong commented 1 year ago

TODO

当出现需要通过winrm对远程资产进行大量账号和资产进行操作时,winrm::Transporter 并没有对 http::Transport 进行足够的配置,且 winrm::Transpoter 无法被自定义实现,会产生大量的连接,导致本地或者远程资产连接超载。

  1. 调整 winrm::Transporter 接口
  2. 暴露 http::Transport 更多配置项