-
-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IP leakage during startup #165
Comments
can you test using version 3.7.4 ? |
it doesn't seem to leak with 3.7.4 This is still problematic in my opinion. Even if it's something on Nord's side, readme should inform people of this problem |
i have an idea how to fix it.. let me try a few things |
i'm not able to reproduce the issue, i tried a diff approach, i created a simple docker image that just print the ip address constantly, and.. still no issue at my end.. |
@omeryagmurlu can you try again, if you host support iptable owner match it should prevent the ip leak |
from my testings seems like this issues is fix in the latest version |
Describe the bug
Using transmission and this container results in ip leakage, if both containers are started up simultaneously (as in the case with
docker-compose up -d
). Only after a subsequent restart of transmission vpn is used.To Reproduce without docker CLI
Here's a docker-compose file for reproduction (you may need to open transmission ports, I'm using nginx on host to proxy in there):
Expected behavior
I expect the container not to leak the ip address.
To reproduce:
docker-compose up -d transmission
docker-compose down
anddocker-compose up -d transmission
The text was updated successfully, but these errors were encountered: