Skip to content
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

It blocks the traffic from containers which it doesn't suppose to #838

Open
aliaksandrb opened this issue May 25, 2023 · 0 comments
Open
Labels

Comments

@aliaksandrb
Copy link

Hi, nice app, helps a lot!

I've noticed recently, that when this tool is activated, my network inside Docker containers gets blocked too.
And it could be restored only after the whole Docker environment restart (not just container, even recreation doesn't help).

For example, within container normally:

$ curl -v google.com
*   Trying 17.253.144.10:80...
* Connected to google.com (17.253.144.10) port 80 (#0)
> GET / HTTP/1.1
> Host: google.com
> User-Agent: curl/7.76.1
> Accept: */*

After the tool is activated:

$ curl -v google.com
*   Trying 17.253.144.10:80...
*   Trying 2620:149:af0::10:80...
* Immediate connect fail for 2620:149:af0::10: Cannot assign requested address

It's quite annoying and I don't recall such behavior on my previous laptop, but after moving to Apple M1 Pro / Ventura macOS it is reproducible.
Sadly it makes it quite hard to use on that machine, and I have to move to browser based solution instead :/

Hope it's useful. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant