diff options
author | nodiscc <nodiscc@gmail.com> | 2016-08-27 16:12:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-27 16:12:57 +0000 |
commit | 6918a55e9097647b2c88b54021f84a958f97e09e (patch) | |
tree | 54da301602a4f637ec39ad2d3aff95a19cce2f49 | |
parent | Fix communications (#723) (diff) | |
parent | add microproxy (diff) | |
download | awesome-selfhosted-6918a55e9097647b2c88b54021f84a958f97e09e.tar.gz awesome-selfhosted-6918a55e9097647b2c88b54021f84a958f97e09e.zip |
Merge pull request #727 from thekvs/p1
add microproxy
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -775,6 +775,7 @@ See https://github.com/n1trux/awesome-sysadmin#monitoring and https://github.com ## Proxy + * [microproxy](https://github.com/thekvs/microproxy) - lightweight non-caching HTTP/HTTPS proxy server. ([Source Code](https://github.com/thekvs/microproxy)) `MIT` `Go` * [miniProxy](https://github.com/joshdick/miniProxy/) - Simple web proxy written in PHP that can allow you to bypass Internet content filters, or to browse the internet anonymously. Only one php file. ([Source Code](https://github.com/joshdick/miniProxy/)) `GPLv3` `PHP` * [Oranjeproxy](http://lehollandaisvolant.net/tout/oranjeproxy/) - Anonymizing web proxy. ([Source Code](https://github.com/AmauryCarrade/OranjeProxy)) `GPLv2` `PHP` * [Pound](http://www.apsis.ch/pound/) - Light-weight reverse proxy and load balancer for HTTP/HTTPS. ([Source Code](http://www.apsis.ch/pound/)) `GPLv2` `C` |