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.
19 lines
331 B
Markdown
19 lines
331 B
Markdown
Sniproxy
|
|
=======
|
|
|
|
A SNI proxy implements by golang
|
|
|
|
it can forward the TLS request to different backend by different SNI name
|
|
|
|
|
|
Usage
|
|
=======
|
|
|
|
go get github.com/fangdingjun/sniproxy
|
|
cp $GOPATH/src/github.com/fangdingjun/sniproxy/config.sample.yaml config.yaml
|
|
vim config.yaml
|
|
$GOPATH/bin/sniproxy -c config.yaml
|
|
|
|
|
|
|