-
-
Notifications
You must be signed in to change notification settings - Fork 157
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
Meta apps (Messenger) don't work with IPv6 #553
Comments
|
From the same user,
|
Hm, I now suspect that Meta apps send ICMPv6 msgs (which are always responded to positively by both the older and the newer network engine), and then send TCP/UDP requests expecting them to succeed. Instead of: Also checking whether TCP/UDP requests go through or not. |
Also, add routes only if the underlying network has default gateway routes [0]? Though it isn't clear if that would break 464Xlat. rethink-app/app/src/main/java/com/celzero/bravedns/service/ConnectionMonitor.kt Lines 305 to 306 in ed8616b
|
v053h
A user confirmed that WhatsApp worked (but it also sent requests over port 80, an indication that WhatsApp also thought there was no connectivity) but Messenger didn't on IPv6 networks.
Switching the app to IPv4 fixed the issue with Messenger.
It is clear that something about IPv6 trips Meta apps.
The text was updated successfully, but these errors were encountered: