mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
www/squid: add a squid (web proxy) meta port
This commit is contained in:
parent
52de9c3412
commit
e8a3897fc2
3 changed files with 12 additions and 0 deletions
|
|
@ -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
www/squid/Makefile
Normal file
8
www/squid/Makefile
Normal 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
www/squid/pkg-descr
Normal file
3
www/squid/pkg-descr
Normal 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.
|
||||
Loading…
Reference in a new issue