From cfb189888b782bc72b1900ff731765b127a8c5fa Mon Sep 17 00:00:00 2001 From: Anders Pitman Date: Wed, 16 Sep 2020 17:13:28 -0600 Subject: [PATCH] Add sish --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5327b3f..380a9f0 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ like exposing a local webserver via a public address. * [tunneller](https://github.com/skx/tunneller) - Open source. Written in Go. * [docker-tunnel](https://github.com/vitobotta/docker-tunnel) - Simple Docker-based nginx+SSH solution. * [go-http-tunnel](https://github.com/mmatczuk/go-http-tunnel) - Uses a single HTTP/2 connection for muxing, so likely avoids TCP-over-TCP issues. Need to manually generate certs for server and clients. +* [sish](https://github.com/antoniomika/sish) - Open source ngrok/serveo alternative. SSH-based but uses a custom server written in Go. Supports WebSocket tunneling. # Blog posts