From 32f70cbd1ff40e5685ba981ecfbcc41c54d6eff6 Mon Sep 17 00:00:00 2001 From: Evan Reichard Date: Sat, 20 Sep 2025 18:37:23 -0400 Subject: [PATCH] readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8dd591b --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Conduit + +A lightweight tunneling service that enables secure connection forwarding through a remote server. + +**How:** Deploy Conduit on a public server (e.g., `https://conduit.example.com`) to create tunnels from local services to the internet. Simply point a tunnel to your local endpoint (such as `localhost:8000`) and assign it a custom subdomain identifier like `black-fox-123`. Your local service becomes instantly accessible at `https://black-fox-123.conduit.example.com`. + +**Key Benefits:** + +- Expose local development servers to the internet +- Share work-in-progress applications with clients or teammates +- Test webhooks and external integrations +- Bypass firewall restrictions for remote access + +Perfect for developers who need quick, temporary public access to local services without complex networking setup.