p2proxy

command module
v0.0.0-...-0d9cd3c Latest Latest
Warning

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

Go to latest
Published: May 17, 2018 License: MIT Imports: 19 Imported by: 0

README

p2proxy

  • A tool to create a reverse proxy via P2P

License

  • Under the MIT License
  • Copyright (c) 2018 Tsuzu

Usage

Example
  • connector
$ p2proxy -insecure -signaling XXXX.com:8000 -target 2022:22,2080:80 -key hoge -pass foobar
  • listener
$ p2proxy -insecure -signaling XXXX.com:8000 -key hoge -pass foobar -listener
Details
Usage of p2proxy:
  -client-cert string
        client certificate
  -client-key string
        client key
  -help
        show this
  -insecure
        allow an insecure connection
  -key string
        key
  -listener
        listener or connector
  -pass string
        password
  -public
        whether accepts connections from other computers(for connector)
  -server-cert string
        server certificate
  -signaling string
        signaling server
  -stun string
        STUN server(split with comma/don't include spaces) (default "stun.l.google.com:19302")
  -system-cert
        use system certificates
  -target string
        local_port:[remote_addr:]remote_port(split with comma to use multi ports, for connector)
  -token string
        if empty, try to register.(for listener)

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