SDC - Secure DNS Client v2.9.2
Change Log of v2.9.2
- UI reassembled to support more controls (Current number of controls: 412)
- You can check multiple server groups including built-in by disabling
Settings -> Check -> Clear working servers on new check
- Support for Automatic detection of active Network Adapters.
- Added Exit button on UI (Benchmark moved to tools).
- Some suspicious servers removed from built-in list. Issue
- Warning about screen settings changes is optional now. Issue
- App try to unset DNS on shutdown now. Issue
- Reconnect button added to Connect Tab. Issue
- Uninstall Certificate button now removes all certs related to Secure DNS Client (This can fix users mistakes).
- Network speed in Net Info window is now smoother.
- Added Max download and upload speed to Net Info.
- If by any chance CPU usage reaches 95% application will kill itself to protect PC.
- Binaries updated.
- All Proxy rules merged into one list:
Supports: Dns, Fake Dns, Fake SNI, Variables, Upstream proxy, Don't bypass, etc.
Example:
// Variables - Use these smart DNSs only for some specific websites like developer.android.com
SmartDns1 = https://free.shecan.ir/dns-query;
SmartDns2 = https://pro.shecan.ir/dns-query;
SmartDns3 = https://dns.shecan.ir/dns-query;
// Defaults
blockport:53,80;
dns:127.0.0.1,tcp://8.8.8.8,system;
// YouTube
youtube.com|dnsdomain:google.com;sni: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;sni: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;
// Don't Apply DPI Bypass To These Domains
google.com|--;
*.google.com|--;
github.com|--;
*.github.com|--;
githubusercontent.com|--;
*.githubusercontent.com|--;
stackoverflow.com|--;
*.stackoverflow.com|--;
*.sstatic.net|--;
*.cookielaw.org|--;
nslookup.io|--;
*.nslookup.io|--;
php.net|--;
save.tube|--;
// Apply Defaults To Other Domains
*|+;
So this rule *.ir|--;
means don't apply DPI bypass to .ir domains.
this rule *.ch|-;
means block all .ch domains.
I'll add full documentation ASAP.