mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
adblock: update to 0.60.0
* "zero-conf" installation & setup, usually no manual config changes required (i.e. ip address, network devices etc.) * full IPv4 and IPv6 support * new adblock list source (malwaredomainlist.com) * adblock related statistics will be done by iptables * removed curl dependency * for IPv6 support you need 'kmod-ipt-nat6' * fix Chaos Calmer compability * various small changes & fixes * updated documentation * updated maintainer email address Signed-off-by: Dirk Brenken <dirk@brenken.org>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (C) 2015 OpenWrt.org
|
||||
# Copyright (C) 2015-2016 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v3.
|
||||
#
|
||||
@@ -7,10 +7,10 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=adblock
|
||||
PKG_VERSION:=0.40.2
|
||||
PKG_VERSION:=0.60.0
|
||||
PKG_RELEASE:=1
|
||||
PKG_LICENSE:=GPL-3.0+
|
||||
PKG_MAINTAINER:=Dirk Brenken <dirk@brenken.org>
|
||||
PKG_MAINTAINER:=Dirk Brenken <openwrt@brenken.org>
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
@@ -18,21 +18,23 @@ define Package/$(PKG_NAME)
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
TITLE:=Powerful adblock script to block ad/abuse domains
|
||||
DEPENDS:=+curl +wget
|
||||
DEPENDS:=+wget
|
||||
PKGARCH:=all
|
||||
endef
|
||||
|
||||
define Package/$(PKG_NAME)/description
|
||||
Powerful adblock script to block ad/abuse domains
|
||||
When the dns server on your router receives dns requests, we will sort out queries that ask for the [A]
|
||||
resource records of ad servers and return the local ip address of your router and the internal web server
|
||||
When the dns server on your router receives dns requests, we will sort out queries that ask for the resource
|
||||
records of ad/abuse servers and return the local ip address of your router and the internal web server
|
||||
delivers a transparent pixel instead.
|
||||
|
||||
The script supports the following domain blacklist sites:
|
||||
https://adaway.org
|
||||
https://disconnect.me
|
||||
http://dshield.org
|
||||
https://feodotracker.abuse.ch
|
||||
http://malwaredomains.com
|
||||
http://www.malwaredomainlist.com
|
||||
https://palevotracker.abuse.ch
|
||||
http://www.shallalist.de
|
||||
http://www.spam404.com
|
||||
|
||||
Reference in New Issue
Block a user