From 9336d1aa01e228017c0cb64ba38f162d4b135991 Mon Sep 17 00:00:00 2001 From: cycneuramus <56681631+cycneuramus@users.noreply.github.com> Date: Wed, 30 Apr 2025 16:55:41 +0200 Subject: [PATCH] Added package deceptimeed (#3034) Co-authored-by: Anton Svanqvist --- packages.json | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/packages.json b/packages.json index bc4104d..aa01bce 100644 --- a/packages.json +++ b/packages.json @@ -1,5 +1,5 @@ [ - { + { "name": "vexhost", "url": "https://github.com/roger-padrell/vexhost", "method": "git", @@ -11,8 +11,8 @@ "description": "VexHost is a server/origin hoster for VEX.", "license": "MIT", "web": "https://github.com/roger-padrell/vexhost" - }, - { + }, + { "name": "vexbox", "url": "https://github.com/roger-padrell/vexbox", "method": "git", @@ -35195,5 +35195,19 @@ "description": "Programmatically manage jobs in a Nomad cluster", "license": "GPL-3.0-only", "web": "https://github.com/cycneuramus/nmgr" + }, + { + "name": "deceptimeed", + "url": "https://github.com/cycneuramus/deceptimeed", + "method": "git", + "tags": [ + "blocklist", + "ip-blocking", + "threat-intelligence", + "honeypot" + ], + "description": "Loads IP blocklists into nftables from plain text or JSON feeds", + "license": "AGPL-3.0-only", + "web": "https://github.com/cycneuramus/deceptimeed" } ]