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.
e8971aca3b
Bumps [github.com/pires/go-proxyproto](https://github.com/pires/go-proxyproto) from 0.6.0 to 0.6.1. - [Release notes](https://github.com/pires/go-proxyproto/releases) - [Commits](https://github.com/pires/go-proxyproto/compare/v0.6.0...v0.6.1) --- updated-dependencies: - dependency-name: github.com/pires/go-proxyproto dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> |
2 years ago | |
---|---|---|
.gitignore | 7 years ago | |
LICENSE | 7 years ago | |
README.md | 3 years ago | |
common.go | 2 years ago | |
conf.go | 7 years ago | |
conf_test.go | 2 years ago | |
config.sample.yaml | 6 years ago | |
go.mod | 2 years ago | |
go.sum | 2 years ago | |
handshake_messages.go | 2 years ago | |
main.go | 2 years ago | |
main_test.go | 4 years ago | |
proto_test.go | 2 years ago | |
server.crt | 4 years ago | |
server.key | 4 years ago |
README.md
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