Sign inSign up

echoer/open-snell-client

By echoer

Updated over 5 years ago

Image
0

376

echoer/open-snell-client repository overview

Tags

  • 2.0.3-busybox

Start a instance, For example:

$ docker run -itd \
    --name=snell-client \
    --restart=always \
    -e HOSTNAME=bing.com \
    -e PORT=9999 \
    -e PSK=passwd \
    -e OBFS=tls \
    -e OBFSHOST=global.jd.com \
    -e VERSION=2 \
    echoer/open-snell-client:2.0.3-busybox

Inspect the configuration file specified

$ docker exec snell-client cat /etc/snell/snell-client.conf
[snell-client]
listen = 0.0.0.0:8848
server = bing.com:9999
psk = passwd
obfs = tls
obfs-host = global.jd.com
version = 2
  • 2.0.3-scratch

This tag just only binary file in the image,Start a instance, For example:

$ docker run -itd \
    --name=snell-client \
    --restart=always \
    -v snell.conf:/snell.conf \
    echoer/open-snell-client:2.0.3-scratch -c /PATH/snell-client.conf

You mybe need a configuration file,For example:

[snell-client]
listen = 0.0.0.0:8848
server = bing.com:9999
psk = psk
obfs = tls
obfs-host = www.bing.com
version = 1 # default 2

Tag summary

Content type

Image

Digest

Size

1.9 MB

Last updated

over 5 years ago

docker pull echoer/open-snell-client:2.0.3-busybox