|
|
@ -1,4 +1,4 @@
|
|
|
|
sniproxy
|
|
|
|
Sniproxy
|
|
|
|
=======
|
|
|
|
=======
|
|
|
|
|
|
|
|
|
|
|
|
A SNI proxy implements by golang
|
|
|
|
A SNI proxy implements by golang
|
|
|
@ -6,7 +6,8 @@ A SNI proxy implements by golang
|
|
|
|
it can forward the TLS request to deferent backend by deferent SNI name
|
|
|
|
it can forward the TLS request to deferent backend by deferent SNI name
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
*install*
|
|
|
|
Usage
|
|
|
|
|
|
|
|
=======
|
|
|
|
|
|
|
|
|
|
|
|
go get github.com/fangdingjun/sniproxy
|
|
|
|
go get github.com/fangdingjun/sniproxy
|
|
|
|
cp $GOPATH/src/github.com/fangdingjun/sniproxy/config.sample.yaml config.yaml
|
|
|
|
cp $GOPATH/src/github.com/fangdingjun/sniproxy/config.sample.yaml config.yaml
|
|
|
|