Sign inSign up

kcdns/stunnel

By kcdns

•Updated almost 7 years ago

alpine3.6+stunnel 5.4.2, Support both client and server

Image
0

1.2K

kcdns/stunnel repository overview

TIMEZONE Asia/Shanghai

⁠== default ==

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"

⁠== client ==

STUNNEL_CLIENT="yes"

⁠== server ==

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

Tag summary

Content type

Image

Digest

Size

5.5 MB

Last updated

over 7 years ago

docker pull kcdns/stunnel