Update dnscrypt-proxy.md - Use Systemd override file instead of editi…#1343
Merged
yubiuser merged 6 commits intopi-hole:masterfrom Feb 16, 2026
Merged
Update dnscrypt-proxy.md - Use Systemd override file instead of editi…#1343yubiuser merged 6 commits intopi-hole:masterfrom
yubiuser merged 6 commits intopi-hole:masterfrom
Conversation
rdwebdesign
requested changes
Feb 10, 2026
✅ Deploy Preview for pihole-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
yubiuser
reviewed
Feb 14, 2026
Wrong button...
It should be a change request.
rdwebdesign
previously requested changes
Feb 15, 2026
…ng "/usr/lib/systemd/system/dnscrypt-proxy.socket" directly We should not tell the user to edit "/usr/lib/systemd/system/dnscrypt-proxy.socket" directly as this directory has the lowest priority inside the Systemd realm and if DNSCrypt receives an update that also affects its Systemd unit files, the user config will get overwritten by the update. We should tell the user to use Systemd override files that take highest priority and will not get overwritten by any package updates. Signed-off-by: EyBmY <fabian1990@e-mail.de>
Co-authored-by: RD WebDesign <github@rdwebdesign.com.br> Signed-off-by: EyBmY <fabian1990@e-mail.de>
Co-authored-by: yubiuser <github@yubiuser.dev> Signed-off-by: EyBmY <fabian1990@e-mail.de>
Co-authored-by: yubiuser <github@yubiuser.dev> Signed-off-by: EyBmY <fabian1990@e-mail.de>
Co-authored-by: yubiuser <github@yubiuser.dev> Signed-off-by: EyBmY <fabian1990@e-mail.de>
Co-authored-by: RD WebDesign <github@rdwebdesign.com.br> Signed-off-by: EyBmY <fabian1990@e-mail.de>
yubiuser
approved these changes
Feb 16, 2026
Requested changes have been implemented
Contributor
Author
|
Thank you for your help, guys. |
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.
…ng "/usr/lib/systemd/system/dnscrypt-proxy.socket" directly
We should not tell the user to edit "/usr/lib/systemd/system/dnscrypt-proxy.socket" directly as this directory has the lowest priority inside the Systemd realm and if DNSCrypt receives an update that also affects its Systemd unit files, the user config will get overwritten by the update. We should tell the user to use Systemd override files that take highest priority and will not get overwritten by any package updates.
Thank you for your contribution to the Pi-hole Community!
Please read the comments below to help us consider your Pull Request.
We are all volunteers and completing the process outlined will help us review your commits quicker.
Please make sure you
What does this PR aim to accomplish?:
How does this PR accomplish the above?:
Link documentation PRs if any are needed to support this PR:
By submitting this pull request, I confirm the following:
git rebase)