0
Windows 11 - DNS over HTTPS template
Windows 11 25H2. What are the HTTPS address for "DNS over HTTPS template"?
1 reply
-
In the PS prompt execute below commands. Exact IPs are written on your endpoint config screen.
https://my.nextdns.io/xxx/setup
Add-DnsClientDohServerAddress -ServerAddress '45.90.28.xxx' -DohTemplate 'https://dns.nextdns.io/xxx' -AllowFallbackToUdp $False -AutoUpgrade $True Add-DnsClientDohServerAddress -ServerAddress '45.90.30.xxx' -DohTemplate 'https://dns.nextdns.io/xxx' -AllowFallbackToUdp $False -AutoUpgrade $True Add-DnsClientDohServerAddress -ServerAddress '2a07:a8c0::xxx' -DohTemplate 'https://dns.nextdns.io/xxx' -AllowFallbackToUdp $False -AutoUpgrade $True Add-DnsClientDohServerAddress -ServerAddress '2a07:a8c1::xxx' -DohTemplate 'https://dns.nextdns.io/xxx' -AllowFallbackToUdp $False -AutoUpgrade $True
Content aside
- 7 hrs agoLast active
- 1Replies
- 33Views
-
2
Following
