Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/justxuewei/snell-docker

Source code of Docker image for Snell
https://github.com/justxuewei/snell-docker

Last synced: 6 days ago
JSON representation

Source code of Docker image for Snell

Awesome Lists containing this project

README

        

# Snell Docker

此Docker镜像由Xavier Niu维护。

基于

- snell: 2.0.0
- alpine: 3.11

## 运行

使用docker运行

```bash
docker run -d \
--name snell \
-e PSK= \
-e PORT= \
-e OBFS= \
-p 8388:8388 \
--restart=unless-stopped \
xavierniu/snell
```

环境变量

- ``: [required]密码
- ``: [optional]端口,默认`8388`
- ``: [optional]混淆方式,默认`tls`

## 有疑问?

如果有任何问题可以在GitHub中创建一个新的issue或者通过邮件`a#nxw.name`与我取得联系。