wstcp

command
v1.1.1-0...-e9d3939 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 13, 2021 License: MIT Imports: 10 Imported by: 0

README

wstcp

Tunnels local VNC connections over TCP to an easy-novnc server over WebSockets.

Installation

  • A Docker image is available, and can be used like: docker run -p 5900 --rm -it geek1011/easy-novnc:wstcp-latest proxy_host ....
  • Binaries for the latest commit can be downloaded here.
  • You can build your own binaries with go 1.13 or newer using go get github.com/pgaskin/easy-novnc/wstcp or by cloning this repo and running go build ./wstcp.

Usage

Usage: wstcp [options] proxy_host [target_host [target_port]]

Options:
      --help            Show this help text
  -l, --listen string   Address to listen for connections on (default ":5900")


Arguments:
  proxy_host    The easy-novnc server in the format [http[s]://]hostname[:port].
                If the protocol isn't specified, it is autodetected.
  target_host   The target address to connect to. Requires --arbitrary-hosts to
                be set on the server.
  target_port   The target port to connect to. Requires --arbitrary-ports to be
                set on the server.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL