8000 GitHub - imeoer/chole: A elegant tunnels of exposing private network to the internet.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

imeoer/chole

Repository files navigation

chole

A elegant tunnels of exposing private network to the internet.

How it works

Install

go get -u github.com/imeoer/chole

Usage

# run on server:

chole -s

# configure rule in config.yaml:

rules:
  web:
    out: 80
    in: 8000
  ssh:
    out: 22
    in: 192.168.1.2:22

# run on local:

chole

About

A elegant tunnels of exposing private network to the internet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0