From: Stan Grishin Date: Sun, 7 May 2023 02:29:53 +0000 (+0000) Subject: simple-adblock: add family to firewall json objects X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=0b84504670465876c8469da7dfb42f27d34db501;p=openwrt-packages.git simple-adblock: add family to firewall json objects Signed-off-by: Stan Grishin --- diff --git a/net/simple-adblock/Makefile b/net/simple-adblock/Makefile index cbe16be2e..db6e2bc5f 100644 --- a/net/simple-adblock/Makefile +++ b/net/simple-adblock/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=simple-adblock PKG_VERSION:=1.9.5 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MAINTAINER:=Stan Grishin PKG_LICENSE:=GPL-3.0-or-later diff --git a/net/simple-adblock/files/simple-adblock.init b/net/simple-adblock/files/simple-adblock.init index 1427a7b61..a08dc395d 100644 --- a/net/simple-adblock/files/simple-adblock.init +++ b/net/simple-adblock/files/simple-adblock.init @@ -1395,6 +1395,7 @@ adb_start() { json_add_string proto "tcp udp" json_add_string src_dport "$c" json_add_string dest_port "$c" + json_add_string family any json_add_boolean reflection 0 json_close_object else