Simple SNI proxy written in go
- go get gopkg.in/yaml.v2
- go build
- Open port 443
- Edit rules in config.yaml
- Start
Usage of ./SNIProxyGo:
-D Enable debug
-F string
log to file
-c string
config file (default "config.yaml")
Some codes from: https://github.com/fangdingjun/sniproxy
ioReflector from: https://github.com/ziozzang/SimpleSNIProxy