nrgokd(8) secure introspectable tunnels to localhost

SYNOPSIS

[options]

DESCRIPTION

ngrok creates a tunnel from the public internet to a port on your local machine. You can give this URL to anyone to allow them to try out a web site you're developing without doing any deployment.

It captures all traffic through the tunnel. It displays information about the HTTP traffic for your inspection. Raw request/response bytes, parsed headers and form data, JSON/XML syntax checking and more are included. It can also replay requests.

is the server part that can be used instead of the public ngrok.com server.

To get available options, use ngrokd -h The most important one is -domain which takes the domain where the tunnels are hosted.

AUTHORS

An -nosplit The program was written by An Alan Shreve .