From 94a21efccc8583290266640727104157de2eda25 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 4 Dec 2025 09:26:01 +0100 Subject: [PATCH] www/OPNProxy: same here --- README.md | 2 +- www/OPNProxy/Makefile | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1841694bf..b982193b0 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ sysutils/virtualbox -- VirtualBox guest additions sysutils/vmware -- VMware tools sysutils/xen -- Xen guest utilities vendor/sunnyvalley -- Vendor Repository for Zenarmor (Enterprise Security Modules - NGFW, SSE, SASE, f.k.a Sensei) -www/OPNProxy -- OPNsense proxy additions +www/OPNProxy -- OPNsense proxy additions (not maintained) www/c-icap -- c-icap connects the web proxy with a virus scanner www/cache -- Webserver cache www/caddy -- Modern Reverse Proxy with Automatic HTTPS, Dynamic DNS and Layer4 Routing diff --git a/www/OPNProxy/Makefile b/www/OPNProxy/Makefile index b982f8d23..d134b2598 100644 --- a/www/OPNProxy/Makefile +++ b/www/OPNProxy/Makefile @@ -5,6 +5,5 @@ PLUGIN_COMMENT= OPNsense proxy additions PLUGIN_DEPENDS= os-redis${PLUGIN_PKGSUFFIX} \ os-squid${PLUGIN_PKGSUFFIX} \ py${PLUGIN_PYTHON}-redis -PLUGIN_MAINTAINER= ad@opnsense.org .include "../../Mk/plugins.mk"