mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
adblock: logging & documentation update
- centralized logging via separate function to stdout, syslog and file - remove dependencies between helper functions - add two new options "adb_maxtime" and "adb_maxloop" - add description to every adblock config option (see adblock.conf.sample) - update README.md Signed-off-by: Dirk Brenken <dirk@brenken.org>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=adblock
|
||||
PKG_VERSION:=0.20.3
|
||||
PKG_VERSION:=0.21.0
|
||||
PKG_RELEASE:=1
|
||||
PKG_LICENSE:=GPL-3.0+
|
||||
PKG_MAINTAINER:=Dirk Brenken <dirk@brenken.org>
|
||||
@@ -24,8 +24,9 @@ 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 delivers a transparent pixel instead.
|
||||
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
|
||||
delivers a transparent pixel instead.
|
||||
The script supports the following domain blacklist sites:
|
||||
http://pgl.yoyo.org/adservers
|
||||
http://malwaredomains.com
|
||||
|
||||
Reference in New Issue
Block a user