www/squid: add a squid (web proxy) meta port

This commit is contained in:
Franco Fichtner
2023-11-21 16:36:34 +01:00
parent 52de9c3412
commit e8a3897fc2
3 changed files with 12 additions and 0 deletions
+1
View File
@@ -114,6 +114,7 @@ vendor/sunnyvalley -- Vendor Repository for Zenarmor (a.k.a Sensei, Next Generat
www/c-icap -- c-icap connects the web proxy with a virus scanner
www/cache -- Webserver cache
www/nginx -- Nginx HTTP server and reverse proxy
www/squid -- Squid is a caching proxy for the web
www/web-proxy-sso -- Kerberos authentication module
```
+8
View File
@@ -0,0 +1,8 @@
PLUGIN_NAME= squid
PLUGIN_VERSION= 1.0.d
PLUGIN_COMMENT= Squid is a caching proxy for the web
PLUGIN_DEPENDS= squid squid-langpack
PLUGIN_TIER= 2
PLUGIN_MAINTAINER= franco@opnsense.org
.include "../../Mk/plugins.mk"
+3
View File
@@ -0,0 +1,3 @@
Squid is a fully-featured HTTP, HTTPS, FTP, etc. proxy offering rich access
control, authorization and logging environment to develop web proxy and
content serving applications.