adblock: update 4.1.5-3
* fixed search regression in DNS report * removed last shallalist pointers in the init help Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
parent
647369bc45
commit
ca4c4d4fbc
3 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=adblock
|
||||
PKG_VERSION:=4.1.5
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
PKG_LICENSE:=GPL-3.0-or-later
|
||||
PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org>
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ extra_command "suspend" "Suspend adblock processing"
|
|||
extra_command "resume" "Resume adblock processing"
|
||||
extra_command "query" "<domain> Query active blocklists and backups for a specific domain"
|
||||
extra_command "report" "[[<cli>|<mail>|<gen>|<json>] [<top_count>] [<res_count>] [<search>]] Print DNS statistics with an optional search parameter"
|
||||
extra_command "list" "[<add>|<add_sha>|<add_utc>|<add_eng>|<add_stb>|<remove>|<remove_sha>|<remove_utc>|<remove_eng>|<remove_stb>] <source(s)> List/Edit available sources"
|
||||
extra_command "list" "[<add>|<add_utc>|<add_eng>|<add_stb>|<remove>|<remove_utc>|<remove_eng>|<remove_stb>] <source(s)> List/Edit available sources"
|
||||
extra_command "timer" "[<add> <tasks> <hour> [<minute>] [<weekday>]]|[<remove> <line no.>] List/Edit cron update intervals"
|
||||
|
||||
adb_init="/etc/init.d/adblock"
|
||||
|
|
|
@ -1470,7 +1470,7 @@ case "${adb_action}" in
|
|||
[ "${adb_dns}" != "raw" ] && f_switch resume
|
||||
;;
|
||||
"report")
|
||||
f_report "${2}" "${3}" "${4}"
|
||||
f_report "${2}" "${3}" "${4}" "${5}"
|
||||
;;
|
||||
"query")
|
||||
f_query "${2}"
|
||||
|
|
Loading…
Reference in a new issue