From 0b84504670465876c8469da7dfb42f27d34db501 Mon Sep 17 00:00:00 2001 From: Stan Grishin Date: Sun, 7 May 2023 02:29:53 +0000 Subject: [PATCH] simple-adblock: add family to firewall json objects Signed-off-by: Stan Grishin --- net/simple-adblock/Makefile | 2 +- net/simple-adblock/files/simple-adblock.init | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/net/simple-adblock/Makefile b/net/simple-adblock/Makefile index cbe16be2e1..db6e2bc5f4 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 1427a7b616..a08dc395d6 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 -- 2.30.2