Compare commits

...

3 Commits

Author SHA1 Message Date
WisdomSky
3a0f70e1a8
Merge 09f32aa784b4e806a26128efd4d8a39e1d1a04a3 into 60eb23dc2b36d7201af3fe973af59e9de14c3eef 2023-06-20 11:28:24 -05:00
WisdomSky
09f32aa784
Merge branch 'master' into master 2023-06-14 22:02:29 +08:00
WisdomSky
4c5fcfe83e
Add tunnelmole to Proxy 2023-06-13 05:09:25 +08:00

View File

@ -1662,7 +1662,7 @@ _Related: [Web Servers](#web-servers)_
- [Squid](http://www.squid-cache.org/) - Caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. It reduces bandwidth and improves response times by caching and reusing frequently-requested web pages. ([Source Code](https://code.launchpad.net/squid)) `GPL-2.0` `C`
- [SWAG (Secure Web Application Gateway)](https://github.com/linuxserver/docker-swag) - Nginx webserver and reverse proxy with PHP support, built-in Certbot (Let's Encrypt) client and fail2ban integration. `GPL-3.0` `Docker`
- [Tinyproxy](https://tinyproxy.github.io/) - Light-weight HTTP/HTTPS proxy daemon. ([Source Code](https://github.com/tinyproxy/tinyproxy)) `GPL-2.0` `C`
- [Tunnel Mole](https://tunnelmole.com/) - Tunnelmole is a simple tool to give your locally running web applications a public URL. Opensource alternative to ngrok. ([Source Code](https://github.com/robbie-cahill/tunnelmole-service)) `AGPL-3.0` `Nodejs`
### Recipe Management