Joentje / nordvpn-proxy

Use NordVPN in your Docker stack
141 stars 53 forks source link

Access privoxy from internet #44

Open thanhpv15 opened 3 years ago

thanhpv15 commented 3 years ago

Hi guys, I setup container on my vps that is running centos. It's ok when I test privoxy on localhost, here is command: curl http://ip-api.com/json -x 127.0.0.1:8118

But, I cannot access to that privoxy from my pc. I tested with vimagick/privoxy image and it's just fine. I missing some configs?

Joentje commented 3 years ago

Hi @thanhpv15, do you need to open ports/protocols from you're vps, so it will be accessible for you?

When you go to: http://your-vps-ip:8118, what do you see?

In this image the default settings for privoxy will be used, I see that vimagick/privoxy is setting a few options in the config. So it can be the case something is missing in this case.