Skip to content

geekdada/snell-server-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snell-server-docker

Docker Stars Docker Pulls

Docker image for snell-server

Usage

Available versions

Note

Version 4 isn't compatible with version 3 clients

All available versions are listed in tags.

Run

docker run -e PSK=<your_psk_here> -p <your_host_port_here>:9102 --restart unless-stopped -d geekdada/snell-server:latest

If you want to use surge ponte

docker run -e PSK=<your_psk_here> --name snell-v4 --restart unless-stopped --network host -d geekdada/snell-server:latest

Run with shadow-tls

Use docker-compose.yml to run snell-server with shadow-tls. Please change the environment variables in docker-compose.yml to your own.

About

A Docker image for Snell proxy service

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 70.3%
  • Dockerfile 29.7%