hypertunnel
A free TCP relay/reverse proxy service to expose any TCP/IP service running behind a NAT.
Please refer to the main hypertunnel repo for more details.
Installation
npm install -g hypertunnel
Usage
hypertunnel --help Usage: hypertunnel --port 8080 [options] Expose any local TCP/IP service on the internet. Options: -v, --version output the version number -p, --port [port] local TCP/IP service port to tunnel -l, --localhost [localhost] local server -s, --server [server] hypertunnel server to use -t, --token [token] token required by the server -i, --internet-port [port] the desired internet port on the public server -h, --help output usage information
Debug
DEBUG=hypertunnel:* hypertunnel --port 8080 # If you wish to debug the underlying tcp-relay as well: DEBUG=hypertunnel:*,relay:* hypertunnel --port 8080