Tunnelite 1.1.3

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global Tunnelite --version 1.1.3                
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local Tunnelite --version 1.1.3                
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Tunnelite&version=1.1.3                
nuke :add-package Tunnelite --version 1.1.3                

Tunnelite

Tunnelite is a .NET tool that allows you to create a secure tunnel from a public URL to your local application running on your machine.

Use Cases

  • Exposing locally-hosted web applications to the internet for testing or demo purposes.
  • Quickly sharing dev builds during hackathons.
  • Testing and debugging webhook integrations.
  • Providing internet access to services running behind firewalls without exposing incoming ports.

Installation

To install Tunnelite as a global tool, use the following command:

dotnet tool install --global Tunnelite

Usage

Once installed, you can use the tunnelite command to create a tunnel to your local application. For example, to tunnel a local application running at http://localhost:3000, run:

tunnelite http://localhost:3000

This command returns a public URL with an auto-generated subdomain, such as https://abc123.tunnelite.com.

How It Works

Tunnelite works by establishing a websocket connection to the public server and streaming all incoming data to your local application, effectively forwarding requests from the public URL to your local server.

<br/> <details> <summary>HTTP Connection</summary>

<br/>

image info

</details>

<details> <summary>TCP Overview</summary>

<br/>

image info

</details>

<details> <summary>TCP Connection</summary>

<br/>

image info

</details>

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
1.1.7 308 4 months ago
1.1.6 124 4 months ago
1.1.5 99 4 months ago
1.1.4 137 6 months ago
1.1.3 134 6 months ago
1.1.2 133 6 months ago
1.1.1 124 6 months ago
1.1.0 121 6 months ago
1.0.9 120 6 months ago
1.0.8 101 7 months ago
1.0.7 102 7 months ago
1.0.6 126 7 months ago
1.0.5 100 7 months ago
1.0.4 71 7 months ago
1.0.3 119 7 months ago
1.0.2 112 7 months ago
1.0.1 104 7 months ago
1.0.0 110 7 months ago