@td512/hypertunnel

1.2.9 • Public • Published

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 (default: localhost)
    -s, --server [server]        hypertunnel server to use (default: https://hypertunnel.ga)
    -t, --token [token]          token required by the server (default: free-server-please-be-nice)
    -i, --internet-port [port]   the desired internet port on the public server
    --ssl                        enable SSL termination (https://) 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

Package Sidebar

Install

npm i @td512/hypertunnel

Weekly Downloads

5

Version

1.2.9

License

MIT

Unpacked Size

13.6 kB

Total Files

11

Last publish

Collaborators

  • td512