mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
adblock: release 3.6.3
* the DNS Report now displays the hostname, MAC-Address or client IP (CLI & LuCI) * Filter the DNS Query result set for a particular domain, client or time frame (CLI & LuCI) * remove needless XHR.Poll-Events from Reporting page in LuCI * remove needless 'force sort' option in LuCI Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
@@ -8,7 +8,7 @@ EXTRA_COMMANDS="suspend resume query report status"
|
||||
EXTRA_HELP=" suspend Suspend adblock processing
|
||||
resume Resume adblock processing
|
||||
query <DOMAIN> Query active blocklists for specific domains
|
||||
report Print dns query statistics
|
||||
report <SEARCH> Print dns query statistics with an optional search parameter
|
||||
status Print runtime information"
|
||||
|
||||
adb_init="/etc/init.d/adblock"
|
||||
@@ -81,7 +81,7 @@ query()
|
||||
report()
|
||||
{
|
||||
[ -s "${adb_pidfile}" ] && return 1
|
||||
rc_procd "${adb_script}" report "${1}"
|
||||
rc_procd "${adb_script}" report "${1:-"+"}" "${2:-"50"}" "${3:-"false"}" "${4:-"true"}"
|
||||
}
|
||||
|
||||
status()
|
||||
|
||||
Reference in New Issue
Block a user