feat: drop AdGuard Home support in urlhaus-filter.txt

- BREAKING CHANGE
- AdGuard Home should use https://gitlab.com/curben/urlhaus-filter#domain-based-adguard-home
This commit is contained in:
MDLeom 2020-10-04 02:29:27 +00:00
parent e8974ac0c6
commit d36ee81a86
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
2 changed files with 3 additions and 5 deletions

View File

@ -60,7 +60,7 @@ Regular version contains >260K filters, do note that uBO can [easily handle](htt
If you've installed the lite version but prefer to use the regular version, it's better to remove it beforehand. Having two versions at the same time won't cause any conflict issue, uBO can detect duplicate network filters and adjust accordingly, but it's a waste of your bandwidth.
**AdGuard Home** users should use [this blocklist](#domain-based-adguard-home), compatibility with URL-based blocklist is retained temporarily until in 30 Sep 2020 (UTC).
**AdGuard Home** users should use [this blocklist](#domain-based-adguard-home).
## URL-based (AdGuard)

View File

@ -136,14 +136,12 @@ sed '1 i\'"$COMMENT_ABP"'' | \
sed "1s/Malicious/Online Malicious/" | \
sed "1s/Blocklist/Blocklist (AdGuard Home)/" > "../urlhaus-filter-agh-online.txt"
cat "malware-domains-adguard-home.txt" "malware-url-top-domains.txt" | \
cat "malware-domains.txt" "malware-url-top-domains.txt" | \
sort | \
sed '1 i\'"\n! BREAKING CHANGE (1 Oct 2020): AdGuard Home should use this blocklist https://gitlab.com/curben/urlhaus-filter#domain-based-adguard-home\n"'' | \
sed '1 i\'"$COMMENT_ABP"'' > "../urlhaus-filter.txt"
cat "malware-domains-online-adguard-home.txt" "malware-url-top-domains-online.txt" | \
cat "malware-domains-online.txt" "malware-url-top-domains-online.txt" | \
sort | \
sed '1 i\'"\n! BREAKING CHANGE (1 Oct 2020): AdGuard Home should use this blocklist https://gitlab.com/curben/urlhaus-filter#domain-based-adguard-home\n"'' | \
sed '1 i\'"$COMMENT_ABP"'' | \
sed "1s/Malicious/Online Malicious/" > "../urlhaus-filter-online.txt"