From 3774c785e2bbfa4499959374756212910d19edaa Mon Sep 17 00:00:00 2001 From: Joachim Date: Thu, 24 Jan 2019 20:39:01 +0100 Subject: [PATCH] Added 9.9.9.9 --- config/dns.js | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/config/dns.js b/config/dns.js index 4f91b0d..4e40e0a 100644 --- a/config/dns.js +++ b/config/dns.js @@ -1,9 +1,10 @@ export default { id: 'dns', - title: 'Use 1.1.1.1 for DNS resolution', + title: 'Change your DNS settings to 1.1.1.1 or 9.9.9.9', description: `DNS (Domain Name Servers) are the internet's equivalent of a phone book. They translate a name like 'google.com' into an IP address. By default, DNS is slow and insecure. Many internet service providers track and log data that flows through DNS, in some cases reselling this data to advertisers. \n\nCloudflare has released a privacy and performance-focused DNS tool that protects your internet traffic from internet service providers and people snooping on public Wi-Fi networks. 1.1.1.1 is faster than the average DNS service as well, making it faster to use the internet. + \n\nAn alternative to Cloudflare is Quad9, which emphasizes security and privacy in your everyday browsing. It has been launched as a non-profit by the Global Cyber Alliance, IBM and Packet Clearing House, to protect you by blocking known malicious domains, and by not collecting any identifying data on their systems. `, apps: [ { @@ -20,6 +21,15 @@ export default { linux: 'https://one.one.one.one/', }, }, + { + name: '9.9.9.9', + image: '/static/img/9999.jpg', + url: 'https://www.quad9.net/about/', + sources: { + windows: 'https://www.quad9.net/microsoft/', + macos: 'https://www.quad9.net/apple/', + }, + }, ], resources: [ { @@ -37,5 +47,19 @@ export default { url: 'https://www.engadget.com/2018/11/11/cloudflare-1-1-1-1-privacy-service-on-phones/', }, + { + name: 'New “Quad9” DNS service blocks malicious domains for everyone', + url: + 'https://arstechnica.com/information-technology/2017/11/new-quad9-dns-service-blocks-malicious-domains-for-everyone/', + }, + { + name: 'Quad9, a Public DNS Resolver - with Security', + url: + 'https://labs.ripe.net/Members/stephane_bortzmeyer/quad9-a-public-dns-resolver-with-security/', + }, + { + name: 'Cloudflare and Quad9 Aim to Improve DNS', + url: 'https://tidbits.com/2018/04/20/cloudflare-and-quad9-aim-to-improve-dns/', + }, ], };