-
Notifications
You must be signed in to change notification settings - Fork 113
Proxy not working #46
Comments
Same for me, without Proxy, but with VPN I'm on Debian 10. |
Same issue, anyone had any luck with it?!
|
I had the same issue. |
Sir, could you elaborate how exactly did you do it? here's my current config, I've been cracking my head for the past few days trying to get either http or socks5 proxy to work on my vps... services: enabling 1.1.1.1 adn 8.8.8.8 as dns did not work for me at all |
Well, i guess it works partially by adding WAN ip manually, say my ip is 123.123.123.123, then i add 123.123.123.0/24. However, when my IP changes, cause it's dynamic, I would have to add new one again. 0.0.0.0/0 wont work. How do I make it so that the docker container accept all incoming requests from all IPs? |
Hi
I am trying to use this on Windows 11 inside docker.
Docker config:
The VPN seems to be connecting:
However, the actual connection to proxy gives error.
docker run --rm -it --network=container:openvpn-singapore alpine wget -qO - ifconfig.me
produces error
wget: bad address 'ifconfig.me'
Please help
The text was updated successfully, but these errors were encountered: