From 9463ee1d6c813526ccfe31f73faf590671bec39d Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Mon, 17 Feb 2025 14:18:18 +1100 Subject: [PATCH] add runtime depency on iptables --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 051857d..cfbf27d 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,5 @@ Source: nfblocker -Section: unknown +Section: net Priority: optional Maintainer: Ralph Ronnquist Rules-Requires-Root: no @@ -15,6 +15,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, + iptables Description: Firewall agent blocking selected HTTP and HTTPS connections The nfblocker utility is a blacklist based network traffic filter for iptables via libnetfilter-queue. It applies to HTTP and SSL traffic -- 2.47.2