diff options
author | Konstantin Sorokin <kvs@sigterm.ru> | 2016-08-27 14:51:40 +0000 |
---|---|---|
committer | Konstantin Sorokin <kvs@sigterm.ru> | 2016-08-27 14:51:40 +0000 |
commit | 076c6b98a8ece11e0ec095ad0f75082337e55a24 (patch) | |
tree | 84c3e8ba7618de0a2a5548a4a5d28db64146efe8 /README.md | |
parent | Fix bookmarks (#724) (diff) | |
download | awesome-selfhosted-076c6b98a8ece11e0ec095ad0f75082337e55a24.tar.gz awesome-selfhosted-076c6b98a8ece11e0ec095ad0f75082337e55a24.zip |
add microproxy
Diffstat (limited to 'README.md')
-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` |