mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
www/squid: add a squid (web proxy) meta port
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
@@ -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"
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user