diff options
author | nodiscc <nodiscc@gmail.com> | 2019-07-18 17:04:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-18 17:04:29 +0000 |
commit | 24bcc0f057aafba8acda9d60a430cd4f7ec099c8 (patch) | |
tree | a740410db8b7fad2c8bc4620355265e24e177b9d | |
parent | Merge pull request #1746 from mightypanders/patch-1 (diff) | |
parent | Fix syntax - simple hyphen (diff) | |
download | awesome-selfhosted-24bcc0f057aafba8acda9d60a430cd4f7ec099c8.tar.gz awesome-selfhosted-24bcc0f057aafba8acda9d60a430cd4f7ec099c8.zip |
Merge pull request #1711 from alxdrlitreev/master
Add SOCKS5Engine to Proxy section
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1148,6 +1148,7 @@ See also _[Monitoring](#monitoring)_ - [Privoxy](http://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` - [Redbird](https://github.com/OptimalBits/redbird) - A modern reverse proxy for node that includes cluster, HTTP2, LetsEncrypt, and Docker support. `BSD-2-Clause` `Javascript` - [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` +- [SOCKS5Engine](https://github.com/VeeSecurity/SOCKS5Engine) - Lightweight & resource-efficient SOCKS5 proxy server, optimized for high-load. `AGPL-3.0` `Go` - [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` - [Swiperproxy](https://swiperproxy.github.io/) - Lightning-fast, open source web proxy that is easy for you to run and customize. ([Source Code](https://github.com/swiperproxy/swiperproxy)) `MIT` `Python` - [Tinyproxy](https://banu.com/tinyproxy/) - Light-weight HTTP/HTTPS proxy daemon. ([Source Code](https://github.com/tinyproxy/tinyproxy)) `GPL-2.0` `C` |