mpls / sniproxy

SNI proxy by golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

SNI proxy by golang

License:GNU General Public License v3.0


Languages

Language:Go 100.0%