WinSecureDNSMgr

0.0.5



💎 This is a PowerShell module that can simplify setting up DNS over HTTPS in Windows for various scenarios 💎


🔷 DNS over HTTPS in Windows using the default built-in OS DoH providers
🔷 DNS over HTTPS in Windows using a custom DoH provider that has static IP address(s)
🔷 DNS over HTTPS in Windows using a custom DoH provider that has dynamic IP address(s)


💎 This is a PowerShell module that can simplify setting up DNS over HTTPS in Windows for various scenarios 💎


🔷 DNS over HTTPS in Windows using the default built-in OS DoH providers
🔷 DNS over HTTPS in Windows using a custom DoH provider that has static IP address(s)
🔷 DNS over HTTPS in Windows using a custom DoH provider that has dynamic IP address(s)


It can automatically identify the correct and active network adapter/interface and set Secure DNS settings for it based on parameters supplied by user.


✅ Features

✅ Strongest possible End-to-End encrypted workflow

✅ Created, targeted and tested on the latest version of Windows, on physical hardware and Virtual Machines

✅ To make sure the module will always be able to acquire the IP address(s) of the DoH server, specially in case of dynamic DoH server when the currently set system IPv4s and IPv6s might be outdated, the module performs DNS queries in this exact order:

✅  - First tries using Cloudflare's main encrypted API to get the IP address(s) of the DoH server's domain.
✅  - If 1st one fails, tries using the Cloudflare's secondary encrypted API to get the IP address(s) of the DoH server's domain.
✅  - If 2nd one fails, tries using Google's main encrypted API to get the IP address(s) of the DoH server's domain.
✅  - If 3rd one fails, tries using Google's secondary encrypted API to get the IP address(s) of the DoH server's domain.
✅  - if 4th one fails, tries using any system DNS that is available to get the IP address(s) of the DoH server's domain.

✅ All of the connections to Cloudflare and Google servers use direct IP, are set to use TLS 1.3 with TLS_CHACHA20_POLY1305_SHA256 cipher suite and use HTTP/2

More info about each of them in the GitHub repository
https://github.com/HotCakeX/WinSecureDNSMgr

Show more

Minimum PowerShell version

7.4.1

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name WinSecureDNSMgr

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name WinSecureDNSMgr

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) HotCakeX. All rights reserved.

Package Details

FileList

Version History

Version Downloads Last updated
0.0.5 (current version) 169 2/12/2024
0.0.4 283 7/20/2023
0.0.3 61 6/25/2023
0.0.2 7 6/25/2023
0.0.1 7 6/25/2023