mirror of
https://github.com/fosrl/newt.git
synced 2026-03-08 23:03:03 -05:00
[PR #129] [MERGED] Implement more privacy-respecting DNS service #136
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fosrl/newt/pull/129
Author: @l3pr-org
Created: 9/4/2025
Status: ✅ Merged
Merged: 9/4/2025
Merged by: @oschwartz10612
Base:
main← Head:main📝 Commits (3)
eda8073Change DNS Server217a934Change DNS Server in clients.go2675b81Update README.md📊 Changes
3 files changed (+4 additions, -4 deletions)
View changed files
📝
README.md(+2 -2)📝
clients.go(+1 -1)📝
main.go(+1 -1)📄 Description
Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
The default DNS server has been changed from Google (8.8.8.8) to Quad9 (9.9.9.9).
This resolves #128
Feel free to change to a different service-- Mullvad may provide even more privacy, but they have not proven themselves to be a stable long-term DNS provider, simply due to the fact that they have been running their service for a far shorter period of time than Quad9.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.