Skip to content

testcab/docker-snell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

testcab/snell

docker build automated

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published