Mon-ius / Docker-Warp-Socks

Connet to CloudFlare WARP, exposing `socks5` proxy all together.
https://hub.docker.com/r/monius/docker-warp-socks
GNU General Public License v3.0
370 stars 39 forks source link

Any chance of integrating a http proxy as well? #18

Closed hacktek closed 1 year ago

hacktek commented 1 year ago

If you could integrate something like privoxy https://www.privoxy.org/ it'd be great since it would help support applications that do not support socks proxies.

Mon-ius commented 1 year ago

Hi @hacktek

Thanks for your feedback, actually the socks5 proxy can be easily integrated for HTTP/HTTPS proxy protocol

For example,

export http_proxy=socks5://127.0.0.1:9091
export https_proxy=$http_proxy
export HTTP_PROXY=$http_proxy
export HTTPS_PROXY=$http_proxy