catatnight/sniproxy
SNI Proxy: TCP proxy that inspects the TLS handshake for server name extension then proxies the request
373
SNI Proxy in docker
$ sudo docker pull catatnight/sniproxy
$ sudo docker run --net=host -v <sniproxy.conf-dir>:/etc/sniproxy --name sniproxy -d catatnight/sniproxy
# save sniproxy.conf file to <sniproxy.conf-dir>
docker pull catatnight/sniproxy