Skip to content

Commit

Permalink
remove two left quote marks
Browse files Browse the repository at this point in the history
  • Loading branch information
el-termikael committed Sep 8, 2023
1 parent b930069 commit 961665d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/general/dns-filtering.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 961665d

Please sign in to comment.