feat(securedns): add systemd-resolved support to dns-selector#1388
Merged
RoyalOughtness merged 3 commits intosecureblue:stagingfrom Sep 25, 2025
Merged
feat(securedns): add systemd-resolved support to dns-selector#1388RoyalOughtness merged 3 commits intosecureblue:stagingfrom
RoyalOughtness merged 3 commits intosecureblue:stagingfrom
Conversation
2d0d36c to
c120638
Compare
a9258f6 to
6afc55d
Compare
RoyalOughtness
approved these changes
Sep 25, 2025
5968d67 to
e3467c0
Compare
e3467c0 to
0d060e7
Compare
RoyalOughtness
approved these changes
Sep 25, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Although Unbound works with more consistency than systemd-resolved, several VPNs have a hard dependency on it, so they consistently fail (see #1383). This PR allows users to switch between DNS resolvers in
ujust dns-selector.Changelog:
ujust dns-selector, for resolver switching without exposing incompatible options.Note: no changes have been made to the audit.
ujust dns-selector statusis backwards-compatible, so no changes were needed. Currently, with systemd-resolved enabled, it returns FAIL for missing DNSSEC.Not included in this PR:
ujust dns-selector --help).