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

Prevent DNS leaks in blocking states or when no valid DNS has been configured #6233

Merged
merged 3 commits into from
May 8, 2024

Conversation

albin-mullvad
Copy link
Collaborator

@albin-mullvad albin-mullvad commented May 8, 2024

This PR aims to fix DNS leaks in blocking states or when no valid DNS has been configured due to an underlying OS issue. In these cases a dummy DNS will be set to prevent leaks.

More information on this issue:
https://issuetracker.google.com/issues/337961996


This change is Reviewable

Copy link

linear bot commented May 8, 2024

@albin-mullvad albin-mullvad self-assigned this May 8, 2024
@albin-mullvad albin-mullvad added the Android Issues related to Android label May 8, 2024
@albin-mullvad albin-mullvad marked this pull request as ready for review May 8, 2024 12:32
@albin-mullvad albin-mullvad requested review from dlon, Rawa and Pururun May 8, 2024 12:32
Copy link
Contributor

@Pururun Pururun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 3 of 3 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

dlon and others added 3 commits May 8, 2024 14:55
This is a fix for DNS leaks in blocking states
due to an underlying OS bug where DNS queries
leak when no DNS server is configured.
Lockdown mode ("Block connections without VPN")
would also not help in this case.

More information on this issue:
https://issuetracker.google.com/issues/337961996
This is a fix for DNS leaks when no DNS server
has been configured due to an underlying OS bug.
Lockdown mode ("Block connections without VPN")
would also not help in this case.

More information on this issue:
https://issuetracker.google.com/issues/337961996
@albin-mullvad albin-mullvad force-pushed the prevent-dns-leaks-in-blocking-states-droid-950 branch from de2a73a to 25bc197 Compare May 8, 2024 12:57
Copy link
Contributor

@Rawa Rawa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

Copy link
Member

@dlon dlon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 3 of 3 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

@hulthe hulthe self-requested a review May 8, 2024 13:19
@albin-mullvad albin-mullvad merged commit 9869614 into main May 8, 2024
51 checks passed
@albin-mullvad albin-mullvad deleted the prevent-dns-leaks-in-blocking-states-droid-950 branch May 8, 2024 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Android Issues related to Android
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants