diff options
author | nodiscc <nodiscc@gmail.com> | 2019-12-07 10:55:14 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-07 10:55:14 +0000 |
commit | 54152c586e71fc2d9d10e101f14cf094e935ebb4 (patch) | |
tree | e8dae47c147fb340745be53aa579267e953a3348 | |
parent | Merge pull request #1900 from maximebf/master (diff) | |
parent | Address feedback (diff) | |
download | awesome-selfhosted-54152c586e71fc2d9d10e101f14cf094e935ebb4.tar.gz awesome-selfhosted-54152c586e71fc2d9d10e101f14cf094e935ebb4.zip |
Merge pull request #1867 from alexellis/patch-3
Add inlets.dev
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1205,6 +1205,7 @@ See also _[Monitoring](#monitoring)_ - [http2-serverpush-proxy](https://github.com/n1try/http2-serverpush-proxy) - Reverse proxy that helps to automatically utilize HTTP/2.0's server push mechanism for static websites. Available as middleware and standalone application. `MIT` `Nodejs` - [imgproxy](https://github.com/DarthSim/imgproxy) - Fast and secure standalone server for resizing and converting remote images. It works great when you need to resize multiple images on the fly without preparing a ton of cached resized images or re-doing it every time the design changes. `MIT` `Go/Docker` +- [inlets](https://inlets.dev/) - Expose your local endpoints to the Internet - with a Kubernetes integration, Docker image and CLI available. `MIT` `Go/Docker` - [iodine](http://code.kryo.se/iodine/) - IPv4 over DNS tunnel solution, enabling you to start up a socks5 proxy listener. ([Source Code](https://github.com/yarrick/iodine)) `ISC` `C` - [microproxy](https://github.com/thekvs/microproxy) - lightweight non-caching HTTP/HTTPS proxy server. `MIT` `Go` - [miniProxy](https://joshdick.github.io/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)) `GPL-3.0` `PHP` |