From 14dc706c62a0e3466f1f46951df1ff5aec283486 Mon Sep 17 00:00:00 2001 From: Trevor Dixon Date: Mon, 2 Oct 2023 00:13:37 +0200 Subject: [PATCH 1/2] Add Serveo to the list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 55a98f6..0d42eee 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,7 @@ A lot of new tools have been developed since the list started, and many tools ha * [LocalToNet](https://localtonet.com/) - Supports UDP. Free for a single tunnel. Paid supports custom domains. * [LocalXpose](https://localxpose.io) - Looks like a solid paid option, with a limited free tier. * [Tabserve.dev](https://tabserve.dev) - Web UI that runs entirely in the browser and uses a Cloudflare Worker for https. +* [Serveo](https://serveo.net) - SSH-based, signup optional, offering HTTP(S) and TCP tunneling and SSH jump host forwarding capabilities. # Overlay networks and other advanced tools From f9c00ae003ced00a11209fa60cc3a3eeefdf40d9 Mon Sep 17 00:00:00 2001 From: Anders Pitman Date: Wed, 4 Oct 2023 13:01:47 -0600 Subject: [PATCH 2/2] Update recommendations Apparently Cloudflare Tunnel no longer prohibits non-HTML content in their ToS. See https://blog.cloudflare.com/updated-tos/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55a98f6..671e247 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ A lot of new tools have been developed since the list started, and many tools ha # Recommendations -* For most people, I currently recommend [CloudFlare Tunnel](https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/). Although it's closed source, this is the production-quality service that gets the closest to achieving the dream. It's also a loss-leader for CloudFlare's other products which means they can offer it for free. Note that it's technically against their ToS to host anything other than basic HTML pages on the free plan, including photos, audio, and video. In practice I'm not aware of many instances of this being enforced. +* For most people, I currently recommend [CloudFlare Tunnel](https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/). Although it's closed source, this is the production-quality service that gets the closest to achieving the dream. It's also a loss-leader for CloudFlare's other products which means they can offer it for free. * 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)