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:
parent
e8974ac0c6
commit
d36ee81a86
|
@ -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)
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue