From 042e052dade8347d98babe7ae4fbdc85b9a7d1f3 Mon Sep 17 00:00:00 2001 From: Max <3083784+maxskorr@users.noreply.github.com> Date: Fri, 29 Aug 2025 20:48:21 +0200 Subject: [PATCH 1/2] Add wireport - performant tunelling (tcp,udp,auto-tls/ssl); stands out with docker hostname resolution --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 89869c7..76ff635 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ the domain registration and DNS management in a simple way. * If you want to self-host, there are many options. For something production ready [frp](https://github.com/fatedier/frp) is probably what you want. If you're a developer, I'd recommend starting with my own [SirTunnel](https://github.com/anderspitman/SirTunnel) project and modifying it for your needs. For non-developers and those wanting more of a GUI experience, I created [boringproxy](https://boringproxy.io/). It's my take on a comprehensive tunnel proxy solution. It's in beta but currently solves almost everything I want. Once the server is running this is a very easy tool to use and has some nice features. # Open source (at least with a reasonably permissive license) +* [wireport](https://github.com/MultionLabs/wireport) - more than just performant tunneling (HTTP, HTTPS, TCP, UDP, auto-TLS/SSL): securely resolves remote Docker container names as local hostnames, accelerating production debugging and local development workflows. * [Telebit](https://telebit.cloud/) - Written in JS. [Code](https://git.coolaj86.com/coolaj86/telebit.js). * [tunnel.pyjam.as](https://tunnel.pyjam.as/) - No custom client; uses WireGuard directly instead. Written in Python. [source code](https://gitlab.com/pyjam.as/tunnel) * [SSH-J.com](https://bitbucket.org/ValdikSS/dropbear-sshj/) - Public SSH Jump & Port Forwarding server. No software, no registration, just an anonymous SSH server for forwarding. Users are encouraged to use it for SSH exposure only, to preserve end-to-end encryption. No public ports, only in-SSH connectivity. Run `ssh ssh-j.com` and it will display usage information. From a6fd6054201644954361dff6a79c3943a456e218 Mon Sep 17 00:00:00 2001 From: Max <3083784+maxskorr@users.noreply.github.com> Date: Fri, 29 Aug 2025 21:00:35 +0200 Subject: [PATCH 2/2] Add wireport - performant tunelling (tcp,udp,auto-tls/ssl); stands out with docker hostname resolution --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76ff635..cf05d0a 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ the domain registration and DNS management in a simple way. * If you want to self-host, there are many options. For something production ready [frp](https://github.com/fatedier/frp) is probably what you want. If you're a developer, I'd recommend starting with my own [SirTunnel](https://github.com/anderspitman/SirTunnel) project and modifying it for your needs. For non-developers and those wanting more of a GUI experience, I created [boringproxy](https://boringproxy.io/). It's my take on a comprehensive tunnel proxy solution. It's in beta but currently solves almost everything I want. Once the server is running this is a very easy tool to use and has some nice features. # Open source (at least with a reasonably permissive license) -* [wireport](https://github.com/MultionLabs/wireport) - more than just performant tunneling (HTTP, HTTPS, TCP, UDP, auto-TLS/SSL): securely resolves remote Docker container names as local hostnames, accelerating production debugging and local development workflows. +* [wireport](https://github.com/MultionLabs/wireport) - more than just performant tunneling (HTTP(-s)/2, WebSockets, gRPC, TCP, UDP, auto-TLS/SSL): securely resolves remote Docker container names as local hostnames, accelerating production debugging and local development workflows. Easy self-hosting (no tinkering with docker-compose and configs). * [Telebit](https://telebit.cloud/) - Written in JS. [Code](https://git.coolaj86.com/coolaj86/telebit.js). * [tunnel.pyjam.as](https://tunnel.pyjam.as/) - No custom client; uses WireGuard directly instead. Written in Python. [source code](https://gitlab.com/pyjam.as/tunnel) * [SSH-J.com](https://bitbucket.org/ValdikSS/dropbear-sshj/) - Public SSH Jump & Port Forwarding server. No software, no registration, just an anonymous SSH server for forwarding. Users are encouraged to use it for SSH exposure only, to preserve end-to-end encryption. No public ports, only in-SSH connectivity. Run `ssh ssh-j.com` and it will display usage information.