Skip to content
This repository has been archived by the owner on May 28, 2021. It is now read-only.

Suggestion: Change DNS to Cloudflare's #215

Closed
ghost opened this issue Feb 19, 2019 · 5 comments
Closed

Suggestion: Change DNS to Cloudflare's #215

ghost opened this issue Feb 19, 2019 · 5 comments

Comments

@ghost
Copy link

ghost commented Feb 19, 2019

I'd like to suggest to add an option that changes DNS to Cloudflare's https://1.1.1.1/
Get-NetAdapter -Physical | Set-DnsClientServerAddress -ServerAddresses 1.1.1.1,1.0.0.1,2606:4700:4700::1111,2606:4700:4700::1001

@AnubisMann
Copy link

AnubisMann commented Feb 21, 2019

I'd like to suggest to add an option that changes DNS to Cloudflare's https://1.1.1.1/
Get-NetAdapter -Physical | Set-DnsClientServerAddress -ServerAddresses 1.1.1.1,1.0.0.1,2606:4700:4700::1111,2606:4700:4700::1001

It is much better to always configure the DNS in the Router and not in the operating system. Configure the DNS inside the router.

@ghost
Copy link
Author

ghost commented Feb 21, 2019

It is much better to always configure the DNS in the Router and not in the operating system. Configure the DNS inside the router.

Not if you are not connected to your home access point, or you simply just can't do that because it's automatically set.

@AnubisMann
Copy link

It is much better to always configure the DNS in the Router and not in the operating system. Configure the DNS inside the router.

Not if you are not connected to your home access point, or you simply just can't do that because it's automatically set.

Inside the router configuration set DNS manually. I have router and access point and it works perfectly with my DNS for all my devices and PCs....

@ghost
Copy link
Author

ghost commented Feb 22, 2019

Inside the router configuration set DNS manually. I have router and access point and it works perfectly with my DNS for all my devices and PCs....

Problem is some doesn't give that possibility, including mine.

@Disassembler0
Copy link
Owner

DNS setting is heavily a matter of personal preference and it's not just enable/disable as most of the tweaks in the script are. If I add CloudFlare, I may as well add Google, OpenDNS, Quad9 and others for people with different needs and preferences which is something I certainly don't want to do, mainly simply because it relies on 3rd party products and services.

This is a perfect example for a tweak to be added to custom tweak library which are supported by the script.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants