Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.03 KB

File metadata and controls

45 lines (29 loc) · 1.03 KB

testcab/snell

Docker Image Size

The docker image for snell.

Run

docker run \
    -d \
    --name=snell \
    --restart=unless-stopped \
    -e SNELL_PSK="SomeRandomPSK!!!" \
    -p 6160:6160/tcp \
    -p 6160:6160/udp \
    testcab/snell

Check logs

docker logs snell

Supported tags and respective Dockerfile links

Environment Variables

Env Default Description
SNELL_PORT 6160 Snell server listening port.
SNELL_PSK Pre-Shared Key, if not provided, a random one will be generated.
SNELL_IPV6 false Enable IPv6?

LICENSE

This repository is licensed under MIT.