adblock: update 4.1.4-3

* unbound: fix domain search regression

Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit e80d0236e3)
This commit is contained in:
Dirk Brenken 2022-09-18 09:09:07 +02:00
parent dfaa4bad50
commit fd5ba61549
No known key found for this signature in database
GPG key ID: 9D71CD547BFAE684
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=adblock
PKG_VERSION:=4.1.4
PKG_RELEASE:=2
PKG_RELEASE:=3
PKG_LICENSE:=GPL-3.0-or-later
PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org>

View file

@ -934,7 +934,7 @@ f_query() {
;;
"unbound")
prefix=".*[\"\\.]"
suffix="(static)"
suffix="(always_nxdomain)"
field="3"
;;
"named")