vimagick / dockerfiles

:whale: A curated list of delicious docker recipes 🇺🇦🇮🇱 (Let's Fight Against Dictatorship)
https://hub.docker.com/u/vimagick/
3.11k stars 787 forks source link

Proxy is not working in company Network #179

Open rrathord1885 opened 3 years ago

rrathord1885 commented 3 years ago

Hi Team, Can you help on, why proxy is not working in company network?

Thanks, Sanjeev Singh

rrathord1885 commented 3 years ago

Hi Team, Do you have any update on this.?

Thanks, Sanjeev Singh

vimagick commented 3 years ago

Which docker image are you using?

vimagick commented 3 years ago

I would recommend vimagick/polipo , it's much easy to use.

rrathord1885 commented 3 years ago

we are using docker pull vimagick/tinyproxy image. its working fine in azure VMs and other environment. but not working on company network.

rrathord1885 commented 3 years ago

Do you have any idea on this ?

rrathord1885 commented 3 years ago

okay. if will use vimagick/polipo image. then how would set the credential ?

rrathord1885 commented 3 years ago

Hi Team, Any updates on this ?

Thank Singh

vimagick commented 3 years ago

server

docker run -d -p 8123:8123 --name=polipo vimagick/polipo authCredentials=username:password

client

curl -x username:password@127.0.0.1:8123 http://ifconfig.co
rrathord1885 commented 2 years ago

Hi, how to use this proxy on client browser ?

rrathord1885 commented 2 years ago

Guys any update on above query ?

rrathord1885 commented 2 years ago

hey, this working thru command -curl -x username:password@127.0.0.1:8123 http://ifconfig.co . but how we can use this proxy in chrome browser ? .

rrathord1885 commented 2 years ago

any update on this ?