Hello, As https://github.com/Pennyw0rth/NetExec/pull/694 point out, it's possible to allow user specify workstation hostname when initial `Client` class? Like this ``` connection = Client( ... workstation={hostname user want} ... ) ```
Hello, As Pennyw0rth/NetExec#694 point out, it's possible to allow user specify workstation hostname when initial
Clientclass?Like this