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.
Dingjun ca61acf2ba add README 7 years ago
.gitignore add License 7 years ago
LICENSE add License 7 years ago
README.md add README 7 years ago
common.go first version 7 years ago
conf.go first version 7 years ago
conf_test.go first version 7 years ago
config.sample.yaml first version 7 years ago
handshake_messages.go first version 7 years ago
main.go first version 7 years ago

README.md

sniproxy

A SNI proxy implements by golang

it can forward the TLS request to deferent backend by deferent SNI name

install

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