I wrote this PR to enhance proxy support. In addition to Socks5, it's now possible to use a regular HTTP proxy specified in the process environment variable or using the command line. I also made sure connectivity options are mutually exclusive.
Since it's a minor change, I bumped the version to 0.2.1.
Hi,
I wrote this PR to enhance proxy support. In addition to Socks5, it's now possible to use a regular HTTP proxy specified in the process environment variable or using the command line. I also made sure connectivity options are mutually exclusive.
Since it's a minor change, I bumped the version to 0.2.1.
Let me know if the code looks good.
Thank you.