You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by agpt8 June 21, 2024
Hi there,
From what I can tell from the README, currently, Cloudflare, Quad9 and Google are supported in builtin DNS provider list. Specifically, the default values for cloudflare and quad9 (I mean, not the malware blocking ones). Would you consider adding those under the builtin provider list?
For cloudflare, the DNS list available here.
For Quad9, it can be found here.
I know these can be added manually with the custom dns cmdlet in the repo but due to lack of docs, it is a bit tricky and requires a bit of fiddling around. For people not familiar with powershell, it would be tricky to find all the acceptable parameter values. For me, using the Get-Help cmdlet did the trick Get-Help Set-CustomWinSecureDNS -Full.
Also, would you consider the fallback to be reordered to cloudflare > quad9 > google for the failed queries? This is in reference to the failed IP lookup on DoH servers as mentioned under features. I ask this as cloudflare and quad9 are far more privacy centric than google even though the all of the queries are encrypted (think no/minimal logs as compared to google). The best case scenario would be having an option in the script itself so that users themselves can mention the order they want.
The text was updated successfully, but these errors were encountered:
Discussed in #5
Originally posted by agpt8 June 21, 2024
Hi there,
From what I can tell from the README, currently, Cloudflare, Quad9 and Google are supported in builtin DNS provider list. Specifically, the default values for cloudflare and quad9 (I mean, not the malware blocking ones). Would you consider adding those under the builtin provider list?
For cloudflare, the DNS list available here.
For Quad9, it can be found here.
I know these can be added manually with the custom dns cmdlet in the repo but due to lack of docs, it is a bit tricky and requires a bit of fiddling around. For people not familiar with powershell, it would be tricky to find all the acceptable parameter values. For me, using the Get-Help cmdlet did the trick
Get-Help Set-CustomWinSecureDNS -Full
.Also, would you consider the fallback to be reordered to cloudflare > quad9 > google for the failed queries? This is in reference to the failed IP lookup on DoH servers as mentioned under features. I ask this as cloudflare and quad9 are far more privacy centric than google even though the all of the queries are encrypted (think no/minimal logs as compared to google). The best case scenario would be having an option in the script itself so that users themselves can mention the order they want.
The text was updated successfully, but these errors were encountered: