mscdex
mscdex
UDP support is not implemented yet
No idea, it's not really on my radar at the moment. I'm open to PRs though if you want to take a swing at it.
I'm not sure what you're asking. Do you not see the raw data printed to stdout with the code you've shown?
1. You'll only see request bodies if they're sent, which may not always be the case 2. Responses require you to make an actual connection to the intended destination. Right...
I'd much rather implement what I suggested in https://github.com/mscdex/ssh2/issues/1235#issuecomment-1313566818.
I haven't forgotten about this feature, however the PR will need to be updated to match the internal changes in v1.0.0.
I'm not sure exactly what you're asking, the optional modules aren't needed because they're well.... optional. If you're asking about their purposes, then `cpu-features` is used to optimize the default...
No, there is currently no built-in way to proxy authentication to a third party.
I'm not really interested in adding custom checks like this, I'd prefer a more general change that works everywhere.
Having a configurable path for the exe doesn't make sense either since it's a special executable and stays in the same place. Can someone check if replacing this: ```js var...