Crates.io | tunnelto |
lib.rs | tunnelto |
version | 0.1.20 |
source | src |
created_at | 2020-05-27 20:03:11.384078 |
updated_at | 2024-10-23 13:34:54.086322 |
description | expose your local web server to the internet with a public url |
homepage | |
repository | https://github.com/agrinman/tunnelto |
max_upload_size | |
id | 246787 |
size | 511,780 |
tunnelto
tunnelto
lets you expose your locally running web server via a public URL.
Written in Rust. Built completely with async-io on top of tokio.
brew install agrinman/tap/tunnelto
cargo install tunnelto
Or Download a release for your target OS here: tunnelto/releases
tunnelto --port 8000
The above command opens a tunnel and forwards traffic to localhost:8000
.
tunnelto 0.1.20
USAGE:
tunnelto [FLAGS] [OPTIONS] [SUBCOMMAND]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
-v, --verbose A level of verbosity, and can be used multiple times
OPTIONS:
--dashboard-address <dashboard-address> Sets the address of the local introspection dashboard
-k, --key <key> Sets an API authentication key to use for this tunnel
--host <local-host>
Sets the HOST (i.e. localhost) to forward incoming tunnel traffic to [default: localhost]
-p, --port <port>
Sets the port to forward incoming tunnel traffic to on the target host
--scheme <scheme>
Sets the SCHEME (i.e. http or https) to forward incoming tunnel traffic to [default: http]
-s, --subdomain <sub-domain> Specify a sub-domain for this tunnel
SUBCOMMANDS:
help Prints this message or the help of the given subcommand(s)
set-auth Store the API Authentication key