ddc

Results 9 comments of ddc

@avently As mentioned above, If your `sudo cmd` requires a password, it is not supported in batch mode like `hss`(no tty), maybe you should setup no-password in `/etc/sudoers`. https://askubuntu.com/questions/334318/sudoers-file-enable-nopasswd-for-user-all-commands

@avently Try this way `echo | sudo -S `. One command, and 'sudo' explicitly.

Thanks for your feedback, this is a known issue and has been fixed in the latest [v1.3.1](https://github.com/six-ddc/plow/releases/tag/v1.3.1) .

What is the meaning of the `responses per seconds`?

Multipart has a complex format, making it difficult to build through command line options. A better approach may be to manually directly build the `raw body`. Thanks to @Gerry0815 for...

Thanks for the excellent PR, I will review it as soon as possible.

Thank you for your feedback. Integrating IPv6 with the proxy functionality in fasthttp might be somewhat challenging and could require substantial modifications. I will think about how to implement this...