simple-adblock: remove obsolete dshield.org links from config
Signed-off-by: Stan Grishin <stangri@melmac.net>
This commit is contained in:
parent
cd9a7a7b48
commit
eb398862b5
3 changed files with 6 additions and 6 deletions
|
@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=simple-adblock
|
PKG_NAME:=simple-adblock
|
||||||
PKG_VERSION:=1.8.3
|
PKG_VERSION:=1.8.3
|
||||||
PKG_RELEASE:=9
|
PKG_RELEASE:=11
|
||||||
PKG_MAINTAINER:=Stan Grishin <stangri@melmac.net>
|
PKG_MAINTAINER:=Stan Grishin <stangri@melmac.net>
|
||||||
PKG_LICENSE:=GPL-3.0-or-later
|
PKG_LICENSE:=GPL-3.0-or-later
|
||||||
|
|
||||||
|
@ -16,12 +16,14 @@ define Package/simple-adblock
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=Simple AdBlock Service
|
TITLE:=Simple AdBlock Service
|
||||||
|
DEPENDS:=+jshn +jsonfilter
|
||||||
PKGARCH:=all
|
PKGARCH:=all
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/simple-adblock/description
|
define Package/simple-adblock/description
|
||||||
This service provides DNSMASQ or Unbound based ad blocking.
|
Simple adblock script to block ad or abuse/malware domains with DNSMASQ or Unbound.
|
||||||
Please see the project's README on GitHub for further information.
|
Script supports local/remote list of domains and hosts-files for both black- and white-listing.
|
||||||
|
Please see https://github.com/openwrt/packages/blob/master/net/simple-adblock/files/README.md for more information.
|
||||||
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
|
@ -17,9 +17,6 @@ config simple-adblock 'config'
|
||||||
# File size: 4.0K
|
# File size: 4.0K
|
||||||
list blacklist_domains_url 'https://s3.amazonaws.com/lists.disconnect.me/simple_tracking.txt'
|
list blacklist_domains_url 'https://s3.amazonaws.com/lists.disconnect.me/simple_tracking.txt'
|
||||||
|
|
||||||
# File size: 4.0K
|
|
||||||
# list blacklist_domains_url 'https://www.dshield.org/feeds/suspiciousdomains_High.txt'
|
|
||||||
|
|
||||||
# File size: 12.0K
|
# File size: 12.0K
|
||||||
list blacklist_domains_url 'https://ssl.bblck.me/blacklists/domain-list.txt'
|
list blacklist_domains_url 'https://ssl.bblck.me/blacklists/domain-list.txt'
|
||||||
|
|
||||||
|
|
|
@ -2,3 +2,4 @@ s|dbl.oisd.nl|hosts.oisd.nl|g
|
||||||
s|raw.githubusercontent.com/StevenBlack/hosts/|cdn.jsdelivr.net/gh/StevenBlack/hosts@|g
|
s|raw.githubusercontent.com/StevenBlack/hosts/|cdn.jsdelivr.net/gh/StevenBlack/hosts@|g
|
||||||
s|raw.githubusercontent.com/hoshsadiq/adblock-nocoin-list/|cdn.jsdelivr.net/gh/hoshsadiq/adblock-nocoin-list@|g
|
s|raw.githubusercontent.com/hoshsadiq/adblock-nocoin-list/|cdn.jsdelivr.net/gh/hoshsadiq/adblock-nocoin-list@|g
|
||||||
s|raw.githubusercontent.com/jawz101/MobileAdTrackers/|cdn.jsdelivr.net/gh/jawz101/MobileAdTrackers@|g
|
s|raw.githubusercontent.com/jawz101/MobileAdTrackers/|cdn.jsdelivr.net/gh/jawz101/MobileAdTrackers@|g
|
||||||
|
/dshield.org/d
|
||||||
|
|
Loading…
Reference in a new issue