this post was submitted on 10 Dec 2023
12 points (77.3% liked)

Open Source

30826 readers
1335 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

Disclaimer : I'm the author of this project.

๐Ÿš€ Privacy DNS Chooser Script v1.0 "Snow Breeze" Released!

Project source code : https://github.com/rollsicecream/privacy-dns-chooser

Dear Community,

I'm thrilled to announce the official release of the Privacy DNS Chooser Script v1.0, code-named "Snow Breeze"! This marks a significant milestone in my journey to simplify the process of enabling DNS-over-TLS with privacy-focused DNS providers on Linux systems using systemd-resolved.

Key Highlights:

  • User-Friendly Setup: Easily configure DNS-over-TLS with a seamless and intuitive CLI Interface
  • Privacy-Focused Providers: Choose from trusted DNS providers like Quad9, Mullvad DNS, and NextDNS (more coming soon!)
  • Enhanced Security: DNS-over-TLS is enabled by default for a more secure online experience.

How to Get Started:

  • Ensure you have systemd-resolved installed on your Linux system.
  • Download the script from GitHub.
  • Run the script with sudo to set up your preferred DNS provider.

Your Feedback Matters:
We value your feedback! Share your experience, report issues, or suggest improvements on GitHub Issues. Your insights help us refine and enhance the Privacy DNS Chooser Script.

Spread the Word:
Help us reach more users by sharing the news! Talk about it, share on your favorite forums, and let your community know about the release.

Thank you!

top 5 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 1 points 10 months ago (1 children)
  • Privacy-Focused Providers: Choose from trusted DNS providers like Quad9, Mullvad DNS, and NextDNS (more coming soon!)

How are these chosen?

[โ€“] [email protected] 1 points 10 months ago (1 children)

By just putting a number : 1 for Quad9, 2 for Mullvad DNS and 3 for NextDNS.

[โ€“] [email protected] 2 points 10 months ago* (last edited 10 months ago) (1 children)

Oh,sorry. I wasn't asking how the user makes a selection.

As a developer how did you select these DNS services?

[โ€“] [email protected] 2 points 10 months ago (1 children)

Oh OK, this makes sense now. I use the PrivacyGuides DNS resolvers list :

https://privacyguides.org/en/dns

It includes Quad9, Mullvad DNS and NextDNS (which are already included in the script) and I will add Cloudflare, ControlD and AdGuard soon (which are present in the PG website I linked.)

[โ€“] [email protected] 1 points 10 months ago

Thanks!

Very interesting.