From 2e921bffd8d6b4ed2652f4e2680707bfccf3314d Mon Sep 17 00:00:00 2001 From: csagan5 <32685696+csagan5@users.noreply.github.com> Date: Wed, 2 Jan 2019 11:46:49 +0100 Subject: [PATCH] Mention AdGuard servers --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de51b1bf..67feaccc 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Yes, since version 69. While the desktop version of Chromium has an option to di * baked-in adblock engine with filters from EasyList, EasyPrivacy and others * remove click-tracking and AMP from search results -* DNS-over-HTTPS support via Google, Cloudflare and Quad9 servers +* DNS-over-HTTPS support via Google, Cloudflare, Quad9 and AdGuard servers * [proxy configuration page](https://github.com/bromite/bromite/wiki/ProxyConfiguration) with PAC and custom proxy lists support * [StartPage](https://startpage.com/), [DuckDuckGo](https://duckduckgo.com/) and [Qwant](https://www.qwant.com/) search engines * chrome flags to disable custom intents and clear session on exit @@ -137,7 +137,7 @@ The [Bromite main repository](https://github.com/bromite/bromite) contains tags Please refer to [official Chromium build documentation](https://www.chromium.org/developers/how-tos/get-the-code) to get started on how to build Chromium; if you can build Chromium for Android, you can build Bromite. The GN args used to build Bromite are available here: [GN_ARGS](./GN_ARGS). -The patches are to be applied second the order specified in the `patches_list.txt` file (you can use `git am`); the big file `adblock_entries.h` (containing all the AdBlock filters) needs to be copied under `src/net/url_request/` +The patches are to be applied second the order specified in the `patches_list.txt` file (you can use `git am`); the big file `adblock_entries.h` (containing all the AdBlock filters) needs to be copied under `src/net/url_request/`. # Credits