Compare commits

...

7 Commits

Author SHA1 Message Date
lsk569937453
2ae2944cb4
Merge 2ca0f1c1f7b242d43078f9f51b96ccadef054ec6 into 7cc20aa2fda0c87bb053a4d23a291e3c59fba144 2023-06-05 18:27:59 +02:00
lsk569937453
2ca0f1c1f7
Merge branch 'master' into patch-1 2023-05-18 17:34:19 +08:00
lsk569937453
03690f8377
Tiny change. 2023-05-06 08:19:22 +08:00
lsk569937453
cb35b6e378
Merge branch 'master' into patch-1 2023-05-06 08:04:50 +08:00
lsk569937453
b4958befc5
Merge branch 'master' into patch-1 2023-05-04 13:17:55 +08:00
lsk569937453
711e9b8655
Merge branch 'master' into patch-1 2023-04-20 08:02:00 +08:00
lsk569937453
3ca7d4ad46
Add the silverwind to proxy.
Add the silverwind to proxy.
2023-04-17 22:59:05 +08:00

View File

@ -1646,6 +1646,7 @@ _Related: [Web Servers](#web-servers)_
- [Pomerium](https://www.pomerium.io) - An identity-aware reverse proxy, successor to now obsolete oauth_proxy. It inserts an OAuth step before proxying your request to the backend, so that you can safely expose your self-hosted websites to public Internet. ([Source Code](https://github.com/pomerium/pomerium)) `Apache-2.0` `Go`
- [Privoxy](https://www.privoxy.org) - Non-caching web proxy with advanced filtering capabilities for enhancing privacy, modifying web page data and HTTP headers, controlling access, and removing ads and other obnoxious Internet junk. `GPL-2.0` `C`
- [sish](https://github.com/antoniomika/sish) - Open source serveo/ngrok alternative providing HTTP(S)/WS(S)/TCP tunnels to localhost using only SSH. `MIT` `Go`
- [silverwind](https://github.com/lsk569937453/silverwind) - Open source lightweight and high performance reverse proxy/api gateway. Silverwind has supported AllowDenyList, Authentication, Ratelimiting and so on. ([Demo](https://github.com/lsk569937453/silverwind/wiki)) `Apache-2.0` `Rust`
- [socks5-proxy-server](https://github.com/nskondratev/socks5-proxy-server) - SOCKS5 proxy server with built-in authentication and Telegram-bot for user management and user statistics on data spent (handy when you pay per GB of data). It is dockerised and simple to install. `Apache-2.0` `Nodejs`
- [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`