Sign inSign up

lfbear/stunnel-ubuntu

By lfbear

•Updated over 9 years ago

stunnel4 server + sniproxy at ubuntu 14.04

Image
0

894

lfbear/stunnel-ubuntu repository overview

  • Background Sometimes we can NOT access ...

  • How to

    • server: docker run -d -ti --net=host lfbear/stunnel-ubuntu
    • remove:
  1. install stunnel4 in your remote proxy
  2. set ENABLED=1 in /etc/default/stunnel4
  3. content in /etc/stunnel/stunnel.conf
client = yes
pid = /etc/stunnel/stunnel.pid
[http]
accept = 80
connect = 1.2.3.4:10080 # 1.2.3.4 is your server's ip or domain
[https]
accept = 443
connect = 1.2.3.4:10443

Tag summary

Content type

Image

Digest

Size

164.5 MB

Last updated

over 9 years ago

docker pull lfbear/stunnel-ubuntu