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:
Dirk Brenken
2019-01-14 15:58:13 +01:00
parent 35a6426233
commit 6216168262
3 changed files with 94 additions and 80 deletions
+2 -2
View File
@@ -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()