Update README.md

master
Dingjun 9 years ago
parent aeb947c851
commit 99ce1db7bb

@ -5,25 +5,21 @@ A stunnel like util write by golang
There are two work mode. There are two work mode.
Client mode ###Client mode
==========
In this mode, listen for incoming plain connections and forward to server to use SSL/TLS connections In this mode, listen for incoming plain connections and forward to server to use SSL/TLS connections
Server mode ###Server mode
===========
In this mode, listen for incoming SSL/TLS connections and forward to backend use plain connections In this mode, listen for incoming SSL/TLS connections and forward to backend use plain connections
Build ###Build
====
go get github.com/fangdingjun/gtunnel go get github.com/fangdingjun/gtunnel
cd $GOPATH/src/github.com/fangdingjun/gtunnel cd $GOPATH/src/github.com/fangdingjun/gtunnel
go build go build
Usage ###Usage
====
server mode server mode

Loading…
Cancel
Save