docker-openvpn-proxy icon indicating copy to clipboard operation
docker-openvpn-proxy copied to clipboard

Leaks actual IP when failing to authenticate

Open dgraziotin opened this issue 4 years ago • 2 comments

I accidentally provided wrong authentication details. Checked for my public IP via curl (using the proxy) and found out that my public IP was being used.

Here is the output of docker logs:

2021-01-12 10:59:43.104 7f81ea130b48 Info: Listening on port 8080 on IP address 0.0.0.0
Tue Jan 12 10:59:43 2021 AUTH: Received control message: AUTH_FAILED
2021-01-12 10:59:44.643 7f81ea01cb20 Request: icanhazip.com/
Tue Jan 12 10:59:45 2021 AUTH: Received control message: AUTH_FAILED

I wonder if Privoxy should listen to a specific IP tied to openvpn rather than 0.0.0.0?

dgraziotin avatar Jan 12 '21 11:01 dgraziotin

Hello! :) Did you solve the problem? I really need to except IP leakage, but i do not how. Any suggestions?

It is need to block all outgoing traffic from all gateways, except openvnp's one, but it is absent, when auth failed. Need feature, called killswitch, which will work automatically. Moreover, traffic from the privoxy must be acceptable and answered with error, if openvpn is not connected.

strictboss avatar Aug 31 '22 14:08 strictboss

Could anyone solve this?

josearodrigueze avatar Jan 19 '24 00:01 josearodrigueze