diff options
author | James McGuire <jamesm51@gmail.com> | 2022-09-24 14:49:21 -0700 |
---|---|---|
committer | James McGuire <jamesm51@gmail.com> | 2022-09-24 14:49:21 -0700 |
commit | b971cdc79b812334f71d0095a938bbc4a784a38f (patch) | |
tree | 8784ea37bb295c5db5c0ce2a3df706cad71ec1b0 /net/adblock | |
parent | 2bda3b3e8093959b2d2b8e32c0a65fa277fb2602 (diff) |
adblock: add lightswitch05 blocklist source
Signed-off-by: James McGuire <jamesm51@gmail.com>
Diffstat (limited to 'net/adblock')
-rw-r--r-- | net/adblock/Makefile | 2 | ||||
-rw-r--r-- | net/adblock/files/README.md | 1 | ||||
-rw-r--r-- | net/adblock/files/adblock.sources | 7 |
3 files changed, 9 insertions, 1 deletions
diff --git a/net/adblock/Makefile b/net/adblock/Makefile index 681e56ad9..f162ac526 100644 --- a/net/adblock/Makefile +++ b/net/adblock/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=adblock PKG_VERSION:=4.1.4 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_LICENSE:=GPL-3.0-or-later PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org> diff --git a/net/adblock/files/README.md b/net/adblock/files/README.md index 17379ae5f..7e62306ad 100644 --- a/net/adblock/files/README.md +++ b/net/adblock/files/README.md @@ -23,6 +23,7 @@ A lot of people already use adblocker plugins within their desktop browsers, but | firetv_tracking | | S | tracking | [Link](https://github.com/Perflyst/PiHoleBlocklist) | | games_tracking | | S | tracking | [Link](https://www.gameindustry.eu) | | hblock | | XL | compilation | [Link](https://hblock.molinero.dev) | +| lightswitch05 | | XL | compilation | [Link](https://github.com/lightswitch05/hosts) | | notracking | | XL | tracking | [Link](https://github.com/notracking/hosts-blocklists) | | oisd_basic | | L | general | [Link](https://oisd.nl) | | oisd_nsfw | | XL | general | [Link](https://oisd.nl) | diff --git a/net/adblock/files/adblock.sources b/net/adblock/files/adblock.sources index 806b50d9f..1dce4bda7 100644 --- a/net/adblock/files/adblock.sources +++ b/net/adblock/files/adblock.sources @@ -90,6 +90,13 @@ "focus": "compilation", "descurl": "https://hblock.molinero.dev" }, + "lightswitch05": { + "url": "https://www.github.developerdan.com/hosts/lists/ads-and-tracking-extended.txt", + "rule": "/^0\\.0\\.0\\.0[[:space:]]+([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower($2)}", + "size": "XL", + "focus": "compilation", + "descurl": "https://github.com/lightswitch05/hosts" + }, "notracking": { "url": "https://raw.githubusercontent.com/notracking/hosts-blocklists/master/dnscrypt-proxy/dnscrypt-proxy.blacklist.txt", "rule": "/^([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower($1)}", |