fetep / expressvpn-proxy

expressvpn proxy in a container
4 stars 0 forks source link

Not accesbile from public ip #1

Open itsmudassir opened 1 month ago

itsmudassir commented 1 month ago

I am running it like sudo docker run -e "CODE=EPU9URKTFQRMJYAEYKJQK3R" -e "SERVER=smart" --name=expressvpn-proxy --cap-add=NET_ADMIN --privileged --device=/dev/net/tun --publish 3128:3128 expressvpn-proxy

it works with curl -x localhost:3128 ifconfig.me

But it doesnt works with: curl -x PUBLICip:3128 ifconfig.me

itsmudassir commented 1 month ago

I plan on using me servers public ip as a proxy with my scraping python script. so if there is a way to acces the container through public ip