From 50d9263614b8835c355b9d1ab8a9bdb710ded8e4 Mon Sep 17 00:00:00 2001 From: Bram Vanhoutte Date: Sat, 24 Feb 2024 14:35:52 +0100 Subject: [PATCH 1/2] chore: add horizon tunnel --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e968df8..1a1eae8 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ A lot of new tools have been developed since the list started, and many tools ha * [Loophole](https://loophole.cloud/) - Offers end-to-end TLS encryption with the client automatically getting certs from Let's Encrypt. QR codes for URL sharing. Client is open source. Can serve a local directory over WebDAV. MIT License. Written in Go. * [localhost.run](https://localhost.run/) - Simple hosted SSH option. Supports custom domains for a cost. * [Packetriot](https://packetriot.com) - Comprehensive alternative to ngrok. HTTP Inspector, Let's Encrypt integration, doesn't require root and Linux repos for apt, yum and dnf. Enterprise licenses and self-hosted option. +* [Horizon Tunnel](https://hrzn.run/) - Simple HTTP(S) and websocket tunneling aimed at development. Free tier available. Fixed URL is part of paid plans. * [Hoppy](https://hoppy.network/) - WireGuard-based. Provides static IPv4 and IPv6 addresses for your machines, which is a simple and useful level of abstraction. Targeted towards self-hosters and people behind NATs. * [gw.run](https://gw.run/) - Specifically focusing on securely exposing internal web apps to a group of people; not for publicly facing apps. Share access via email address then allow users to log in with common login providers like Google. * [SSHReach.me](https://sshreach.me/) - Paid SSH-based option. Uses a simple python script. From cac96fb0f4d54b76a35de954a69ee395a896f8c9 Mon Sep 17 00:00:00 2001 From: Bram Vanhoutte Date: Sat, 24 Feb 2024 14:36:50 +0100 Subject: [PATCH 2/2] chore: rephrase --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a1eae8..527870b 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ A lot of new tools have been developed since the list started, and many tools ha * [Loophole](https://loophole.cloud/) - Offers end-to-end TLS encryption with the client automatically getting certs from Let's Encrypt. QR codes for URL sharing. Client is open source. Can serve a local directory over WebDAV. MIT License. Written in Go. * [localhost.run](https://localhost.run/) - Simple hosted SSH option. Supports custom domains for a cost. * [Packetriot](https://packetriot.com) - Comprehensive alternative to ngrok. HTTP Inspector, Let's Encrypt integration, doesn't require root and Linux repos for apt, yum and dnf. Enterprise licenses and self-hosted option. -* [Horizon Tunnel](https://hrzn.run/) - Simple HTTP(S) and websocket tunneling aimed at development. Free tier available. Fixed URL is part of paid plans. +* [Horizon Tunnel](https://hrzn.run/) - Easy to use HTTP(S) and websocket tunneling aimed at development. Free tier available. Fixed URL is part of paid plans. * [Hoppy](https://hoppy.network/) - WireGuard-based. Provides static IPv4 and IPv6 addresses for your machines, which is a simple and useful level of abstraction. Targeted towards self-hosters and people behind NATs. * [gw.run](https://gw.run/) - Specifically focusing on securely exposing internal web apps to a group of people; not for publicly facing apps. Share access via email address then allow users to log in with common login providers like Google. * [SSHReach.me](https://sshreach.me/) - Paid SSH-based option. Uses a simple python script.