Skip to content

SDC - Secure DNS Client v3.0.0

Compare
Choose a tag to compare
@msasanmh msasanmh released this 17 Apr 15:30
· 36 commits to main since this release

Change Log of v3.0.0

  • Using Msmh Agnostic Server (Can run 10 servers on one port).
  • Lowest DNS latency ever using live cache.
  • Full support for IPv6.
  • IPv4 is mapped to IPv6 to get advantage of IPv6 performance.
  • Bootstrap support is back.
  • Theme bug fixed issue
  • Support for IPv6 listening address issue
  • Fixed Change SNI Doesn't Work Without Activating "Proxy Rules" From Settings issue 144 issue 147 issue 152
  • Fixed problem with smart dns (not bypassing boycotted websites)
  • Support for DNS Rules:
    Example:
// Variables
SmartDns1 = https://free.shecan.ir/dns-query;
SmartDns2 = https://pro.shecan.ir/dns-query;
SmartDns3 = https://dns.shecan.ir/dns-query;

// YouTube
youtube.com|dnsdomain:google.com;
ytimg.com|dnsdomain:google.com;
*.ytimg.com|dnsdomain:google.com;
ggpht.com|dnsdomain:google.com;
*.ggpht.com|dnsdomain:*.googleusercontent.com;
*.googleapis|dnsdomain:google.com;
*.googlevideo.com|dnsdomain:*.c.docs.google.com;

// Use Smart DNS For These Domains
developers.google.com|dns:SmartDns1,SmartDns2,SmartDns3;
*.googleusercontent.com|dns:SmartDns1,SmartDns2,SmartDns3;
developer.android.com|dns:SmartDns1,SmartDns2,SmartDns3;
gemini.google.com|dns:SmartDns1,SmartDns2,SmartDns3;
*.openai.com|dns:SmartDns1;
claude.ai|dns:SmartDns1,SmartDns2,SmartDns3;
*.claude.ai|dns:SmartDns1,SmartDns2,SmartDns3;
spotify.com|dns:SmartDns1,SmartDns2,SmartDns3;
*.spotify.com|dns:SmartDns1,SmartDns2,SmartDns3;
  • Support for showing DNS queries in the log (Settings -> Connect -> Write DNS requests to log).
  • You can activate SSL Decryption and Fragment DPI bypass methods at the same time.
    If SSL Decryption is incompatible with a website, proxy will use Fragment instead.
    If Fragment is incompatible, proxy will turn it off to reduce errors caused by incompatibility.
  • And Some other changes.
    1ms