Skip to content

msasanmh/SecureDNSClient

Repository files navigation

SDC - Secure DNS Client

GitHub all releases GitHub top language GitHub GitHub release (with filter)

A Secure DNS Client. Using: Msmh Agnostic Server, DNSLookup and GoodbyeDPI. (Windows only)

Client implementation: DNSCrypt, DNS-Over-Https, DNS-Over-TLS, DNS-Over-UDP and DNS-Over-TCP.
Server implementation: DNS-Over-Https, DNS-Over-UDP and DNS-Over-TCP.

  • Find and use fastest secure DNS servers.
  • Hide SNI and website addresses from ISP (Fragment or Fake SNI).
  • Bypass YouTube, Twitter and any SNI/DNS based blocked websites.
  • Encode and decode DNSCrypt STAMP (sdns://).
  • Share to other devices via Proxy (HTTP, HTTPS, SOCKS4, SOCKS4A, SOCKS5).

Requirements: .Net Destop Runtime 6 and ASP.NET Core Runtime 6

For x64:
First install .Net Destop Runtime x64 v6.0.29
Then install ASP.NET Core Runtime x64 v6.0.29

For x86:
First install .Net Destop Runtime x86 v6.0.29
Then install ASP.NET Core Runtime x86 v6.0.29

Microsoft .NET 6.0 Runtime Page

Download:
Download latest version of Secure DNS Client

Note: some antivirus apps raise alert as PUA (Potentially Unwanted Application) for WinDivert which is used by GoodbyeDPI. If your antivirus detects WinDivert as a threat, add it to your exclusion list to ensure SDC functions as expected.

Help (How to Use):
Find Docs and Videos in Help Directory
Guide
I'll add more documentations and videos soon.