asciimoo / morty

Privacy aware web content sanitizer proxy as a service
GNU Affero General Public License v3.0
484 stars 57 forks source link

Support for HTTP proxy #100

Closed aureq closed 3 years ago

aureq commented 3 years ago

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.