mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
Added 9.9.9.9
This commit is contained in:
parent
499e28ea0c
commit
3774c785e2
1 changed files with 25 additions and 1 deletions
|
|
@ -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/',
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue