alpine3.6+stunnel 5.4.2, Support both client and server
1.2K
TIMEZONE Asia/Shanghai
STUNNEL_CLIENT="no" STUNNEL_SERVICE="mystunnel" STUNNEL_CONNECT="192.168.1.1:8888" STUNNEL_CERT="/home/cert/stunnel.pem" STUNNEL_CAFILE="/home/cert/stunnel.pem" STUNNEL_VERIFY="2" STUNNEL_SSLVERSION="all" STUNNEL_SSLOPTIONS="NO_SSLv3" STUNNEL_DEBUG="7"
STUNNEL_CLIENT="yes"
docker run -d -p 1080:1080 --restart always
-e STUNNEL_CLIENT=no
-e STUNNEL_CONNECT=128.128.128.128:3128
# -e STUNNEL_CERT="/home/cert/stunnel.pem"
# -e STUNNEL_CAFILE="/home/cert/stunnel.pem"
# -v /etc/ssl/private/server.pem:/home/cert/stunnel.pem:ro
# -v /etc/ssl/private/server.pem:/home/cert/stunnel.pem:ro
--name stunnel kcdns/stunnel:latest
Content type
Image
Digest
Size
5.5 MB
Last updated
over 7 years ago
docker pull kcdns/stunnel