| Crates.io | tunnelto_protocol |
| lib.rs | tunnelto_protocol |
| version | 0.1.20 |
| created_at | 2024-10-22 21:08:43.668765+00 |
| updated_at | 2024-10-22 21:08:43.668765+00 |
| description | expose your local web server to the internet with a public url |
| homepage | |
| repository | https://github.com/agrinman/tunnelto |
| max_upload_size | |
| id | 1419248 |
| size | 11,592 |
tunneltotunnelto 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