From 304a51f17e2a6adf720b8c0eb62da041498415e9 Mon Sep 17 00:00:00 2001 From: Andrey Meshkov Date: Wed, 8 Jul 2020 10:57:46 +0300 Subject: [PATCH] *(home): added anti-AD regional filter list Closes: https://github.com/AdguardTeam/AdGuardHome/issues/1357 --- client/src/helpers/filters/filters.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/client/src/helpers/filters/filters.json b/client/src/helpers/filters/filters.json index 849cac32..9fbffe71 100644 --- a/client/src/helpers/filters/filters.json +++ b/client/src/helpers/filters/filters.json @@ -144,6 +144,12 @@ "homepage": "https://github.com/cchevy/macedonian-pi-hole-blocklist", "source": "https://raw.githubusercontent.com/cchevy/macedonian-pi-hole-blocklist/master/hosts.txt" }, + "CHN-anti-ad" : { + "name": "CHN: anti-AD", + "categoryId": "regional", + "homepage": "https://github.com/privacy-protection-tools/anti-AD", + "source": "https://gitee.com/privacy-protection-tools/anti-ad/raw/master/easylist.txt" + }, "BarbBlock": { "name": "BarbBlock", "categoryId": "other",