zhaow-de / rotating-tor-http-proxy

A multi-arch image provides one HTTP proxy endpoint with many concurrent tunnels to the Tor network.
https://hub.docker.com/r/zhaowde/rotating-tor-http-proxy
MIT License
129 stars 36 forks source link

username and password #9

Open abolfazlMKazemi opened 4 months ago

abolfazlMKazemi commented 4 months ago

Hi how set username and password in proxy?

abdelrahman-mh commented 2 months ago

in privoxy.cfg config, there a forward-socks5 so you can add username:password like : forward-socks5 / username:pass@127.0.0.1:PLACEHOLDER_SOCKS_PORT .

but this will make this crids for all privoxy instance will created, if you want a dinamc way you can edit start.sh file in the part he created a privoxy config files.