From 961665d52afa74d4e9559ef92d11ef7ec000c01f Mon Sep 17 00:00:00 2001 From: Helen Date: Fri, 8 Sep 2023 18:10:25 +0300 Subject: [PATCH] remove two left quote marks --- docs/general/dns-filtering.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/general/dns-filtering.md b/docs/general/dns-filtering.md index 21ff37667..69af497d9 100644 --- a/docs/general/dns-filtering.md +++ b/docs/general/dns-filtering.md @@ -43,11 +43,15 @@ Other DNS providers may work differently, so learn more about them before commit But by relying on DNS servers only to filter your DNS traffic you lose all flexibility. If the selected server blocks a domain, you can't access it. With AdGuard, you don't even need to configure any specific DNS server to filter DNS traffic. All AdGuard products let you employ DNS blocklists, be it simple hosts files or lists that use [more advanced syntax](dns-filtering-syntax.md). They work similarly to regular blocklists: when a DNS request matches one of the rules in the active filter list, it gets blocked. To be more precise, it gets rerouted to a "blackhole". -> In AdGuard for iOS, first you have to enable "Advanced mode" in settings in order to get access to DNS blocking. +:::tip + +In AdGuard for iOS, first you have to enable *Advanced mode* in settings in order to get access to DNS blocking. + +::: You can add as many custom blocklists as you wish. For instance, you can use [AdGuard DNS filter](https://github.com/AdguardTeam/AdGuardSDNSFilter). It quite literally blocks everything that AdGuard DNS server does, but in this case you are free to use any other DNS server. Plus, this way you can add more filters or create custom exception rules, all of which would be impossible with a simple "use a blocking DNS server" setup. ->There are hundreds of different DNS blocklists, you can look for them [here](https://filterlists.com/). +There are hundreds of different DNS blocklists, you can look for them [here](https://filterlists.com/). ## DNS filtering vs. network filtering