From f149311f9b674009893df129b0e5100e0405738f Mon Sep 17 00:00:00 2001 From: ss-orlova <95080242+ss-orlova@users.noreply.github.com> Date: Tue, 12 Sep 2023 13:46:00 +0300 Subject: [PATCH] Add a video to DNS overview --- .markdownlint.json | 7 +++++++ docs/intro.md | 6 ++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.markdownlint.json b/.markdownlint.json index 70910cf70..ab85fa70f 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -3,6 +3,13 @@ "ul-style": { "style": "dash" }, "emphasis-style": { "style": "asterisk" }, "no-duplicate-header": { "siblings_only": true }, + "no-inline-html": { + "allowed_elements": [ + "br", + "details", + "iframe", + "summary" + ]}, "no-trailing-spaces": { "br_spaces": 0 }, "line-length": false, "no-bare-urls": false, diff --git a/docs/intro.md b/docs/intro.md index cdf86e485..d65cc8001 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -6,7 +6,9 @@ slug: / ## What is DNS? -DNS stands for "Domain Name System", and its purpose is to convert websites' names into IP addresses. Each time you go to a website, your browser sends a DNS query to a DNS server to figure out the IP address of the website. And a regular DNS resolver simply returns the IP address of the requested domain. + + +DNS stands for "Domain Name System", and its purpose is to convert website names into IP addresses. Each time you go to a website, your browser sends a DNS query to a DNS server to figure out the IP address of the website. And a regular DNS resolver simply returns the IP address of the requested domain. :::note @@ -32,7 +34,7 @@ AdGuard DNS is one of the most privacy-oriented DNS services on the market. It s About 75% of AdGuard DNS traffic is encrypted. This is actually what differentiates content-blocking DNS servers from others. If you take a look at CloudFlare or Quad9 stats, you’ll see that encrypted DNS is just a small share of all queries. -AdGuard DNS exists in two main forms: [public AdGuard DNS](public-dns/overview.md) and [private AdGuard DNS](private-dns/overview.md). Both of these services do not require installing any apps. They are easy to set up and use, and provide users with the minimum features necessary to block ads, trackers, malicious websites, and adult content (if required). There are no restrictions on what devices they can be used with. +AdGuard DNS exists in two main forms: [public AdGuard DNS](public-dns/overview) and [private AdGuard DNS](private-dns/overview). Both of these services do not require installing any apps. They are easy to set up and use, and provide users with the minimum features necessary to block ads, trackers, malicious websites, and adult content (if required). There are no restrictions on what devices they can be used with. Despite so many similarities, private AdGuard DNS and public AdGuard DNS are two different services. Their main difference is that you can customize private AdGuard DNS, while public AdGuard DNS cannot.