diff --git a/README.md b/README.md index 2d10043..89f7a06 100644 --- a/README.md +++ b/README.md @@ -5,25 +5,21 @@ A stunnel like util write by golang 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 -Server mode -=========== +###Server mode In this mode, listen for incoming SSL/TLS connections and forward to backend use plain connections -Build -==== +###Build go get github.com/fangdingjun/gtunnel cd $GOPATH/src/github.com/fangdingjun/gtunnel go build -Usage -==== +###Usage server mode