Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 331 Bytes

File metadata and controls

18 lines (10 loc) · 331 Bytes

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