You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

429 B

gtunnel

A stunnel-like util write by golang

work mode

  • listen plain, forward through plain
  • listen plain, forward through TLS
  • listen TLS, forward through plain
  • listen TLS, forward through TLS

usage

go get github.com/fangdingjun/gtunnel
cp $GOPATH/src/github.com/fangdingjun/config_example.yaml config.yaml
vim config.yaml
$GOPATH/bin/gtunnel -c config.yaml