diff options
author | nodiscc <nodiscc@gmail.com> | 2016-09-03 09:13:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-03 09:13:26 +0000 |
commit | 29686ce89de3ffb4681f62a5fbd7279fb9995838 (patch) | |
tree | 7e89ec27054687b672fc89530fcd67307ec700ca | |
parent | Merge pull request #725 from n8225/Fix-CMS (diff) | |
parent | Update TinyProxy source code link. (diff) | |
download | awesome-selfhosted-29686ce89de3ffb4681f62a5fbd7279fb9995838.tar.gz awesome-selfhosted-29686ce89de3ffb4681f62a5fbd7279fb9995838.zip |
Merge pull request #762 from n8225/Fix-Proxy
Fix proxy
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -781,8 +781,8 @@ See https://github.com/n1trux/awesome-sysadmin#monitoring and https://github.com * [Privoxy](http://www.privoxy.org) - A 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. `GPLv2` `C` * [scotty](http://www.scotty-transporter.org/) - Scotty is a free opensource proxy software for bypassing filter and censorship systems. ([Source Code](https://github.com/SSilence/scotty)) `GPLv3` `Java` * [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](http://bazaar.launchpad.net/~squid/squid/3-trunk/files)) `GPLv2` `C` - * [Swiperproxy](https://swiperproxy.github.io/) - A lightning-fast, open source web proxy that is easy for you to run and customize. ([Demo](http://proxy.donttrustrobots.nl/), [Source Code](https://github.com/swiperproxy/swiperproxy)) `MIT` - * [Tinyproxy](https://banu.com/tinyproxy/) - Light-weight HTTP/HTTPS proxy daemon. ([Source Code](https://git.banu.com/tinyproxy/)) `GPLv2` `C` + * [Swiperproxy](https://swiperproxy.github.io/) - A lightning-fast, open source web proxy that is easy for you to run and customize. ([Demo](http://proxy.donttrustrobots.nl/), [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)) `GPLv2` `C` * [Traefik](https://traefik.io/) - Træfɪk is a modern HTTP reverse proxy and load balancer made to deploy microservices with ease. It supports several backends (Docker, Swarm, Mesos/Marathon, …) to manage its configuration automatically and dynamically. ([Source Code](https://github.com/containous/traefik)) `MIT` `Go` |