diff --git a/net/adblock/Makefile b/net/adblock/Makefile index 0f5022d67..8d2ab9a75 100644 --- a/net/adblock/Makefile +++ b/net/adblock/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=adblock PKG_VERSION:=4.0.6 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_LICENSE:=GPL-3.0-or-later PKG_MAINTAINER:=Dirk Brenken diff --git a/net/adblock/files/README.md b/net/adblock/files/README.md index 4d3b14ec6..29a1ff8e7 100644 --- a/net/adblock/files/README.md +++ b/net/adblock/files/README.md @@ -11,6 +11,7 @@ A lot of people already use adblocker plugins within their desktop browsers, but | adaway | x | S | mobile | [Link](https://github.com/AdAway/adaway.github.io) | | adguard | x | L | general | [Link](https://adguard.com) | | anti_ad | | L | compilation | [Link](https://github.com/privacy-protection-tools/anti-AD/blob/master/README.md) | +| android_tracking | | S | tracking | [Link](https://github.com/Perflyst/PiHoleBlocklist) | | andryou | | L | compilation | [Link](https://gitlab.com/andryou/block/-/blob/master/readme.md) | | anudeep | | M | compilation | [Link](https://github.com/anudeepND/blacklist) | | bitcoin | | S | mining | [Link](https://github.com/hoshsadiq/adblock-nocoin-list) | @@ -20,6 +21,8 @@ A lot of people already use adblocker plugins within their desktop browsers, but | energized_porn | | XXL | compilation+porn | [Link](https://energized.pro) | | energized_ultimate | | XXL | compilation | [Link](https://energized.pro) | | energized_unified | | XXL | compilation | [Link](https://energized.pro) | +| firetv_tracking | | S | tracking | [Link](https://github.com/Perflyst/PiHoleBlocklist) | +| gaming | | S | gaming | [Link](https://github.com/abyssin/pihole-blocklist) | | malwaredomains | | M | malware | [Link](https://malwaredomains.com) | | malwarelist | | S | malware | [Link](https://www.malwaredomainlist.com) | | notracking | | XL | tracking | [Link](https://github.com/notracking/hosts-blocklists) | @@ -42,7 +45,7 @@ A lot of people already use adblocker plugins within their desktop browsers, but | reg_vn | | S | reg_vietnam | [Link](https://bigdargon.github.io/hostsVN) | | shallalist | | L | general | [Link](https://www.shallalist.de) | | shallalist_porn | | XXL | general+porn | [Link](https://www.shallalist.de) | -| smarttv | | S | smarttv | [Link](https://github.com/Perflyst/PiHoleBlocklist) | +| smarttv_tracking | | S | tracking | [Link](https://github.com/Perflyst/PiHoleBlocklist) | | spam404 | | S | general | [Link](https://github.com/Dawsey21) | | stevenblack | | L | compilation | [Link](https://github.com/StevenBlack/hosts) | | stevenblack_porn | | L | compilation+porn | [Link](https://github.com/StevenBlack/hosts) | diff --git a/net/adblock/files/adblock.sources b/net/adblock/files/adblock.sources index 8a59b7b93..e198092df 100644 --- a/net/adblock/files/adblock.sources +++ b/net/adblock/files/adblock.sources @@ -13,6 +13,13 @@ "focus": "general", "descurl": "https://adguard.com" }, + "android_tracking": { + "url": "https://raw.githubusercontent.com/Perflyst/PiHoleBlocklist/master/android-tracking.txt", + "rule": "/^([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower($1)}", + "size": "S", + "focus": "tracking", + "descurl": "https://github.com/Perflyst/PiHoleBlocklist" + }, "andryou": { "url": "https://gitlab.com/andryou/block/raw/master/kouhai-compressed-domains", "rule": "/^([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower($1)}", @@ -83,6 +90,20 @@ "focus": "compilation", "descurl": "https://energized.pro" }, + "firetv_tracking": { + "url": "https://raw.githubusercontent.com/Perflyst/PiHoleBlocklist/master/AmazonFireTV.txt", + "rule": "/^([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower($1)}", + "size": "S", + "focus": "tracking", + "descurl": "https://github.com/Perflyst/PiHoleBlocklist" + }, + "gaming": { + "url": "https://raw.githubusercontent.com/stopgaming/pihole-blocklist/master/game.txt", + "rule": "/^0\\.0\\.0\\.0[[:space:]]+([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower($2)}", + "size": "S", + "focus": "gaming", + "descurl": "https://github.com/abyssin/pihole-blocklist" + }, "malwaredomains": { "url": "https://mirror1.malwaredomains.com/files/justdomains", "rule": "/^([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower($1)}", @@ -243,11 +264,11 @@ "focus": "general+porn", "descurl": "https://www.shallalist.de" }, - "smarttv": { + "smarttv_tracking": { "url": "https://raw.githubusercontent.com/Perflyst/PiHoleBlocklist/master/SmartTV.txt", "rule": "/^([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower($1)}", "size": "S", - "focus": "smarttv", + "focus": "tracking", "descurl": "https://github.com/Perflyst/PiHoleBlocklist" }, "spam404": {