项目作者: HMBSbige

项目描述 :
shadowsocks + v2ray-plugin
高级语言: Dockerfile
项目地址: git://github.com/HMBSbige/shadowsocks-docker.git
创建时间: 2021-04-06T07:49:02Z
项目社区:https://github.com/HMBSbige/shadowsocks-docker

开源协议:MIT License

下载


shadowsocks-docker

Build Latest
Build Release
Docker

shadowsocks-rust
v2ray-plugin

Getting Started

Pull image

  1. docker pull ghcr.io/hmbsbige/shadowsocks

Run

  1. docker run -itd \
  2. --restart=always \
  3. --name=ss \
  4. --net=host \
  5. ghcr.io/hmbsbige/shadowsocks \
  6. server \
  7. -U \
  8. -s "0.0.0.0:23333" \
  9. -k 114514 \
  10. -m aes-128-gcm \
  11. --plugin "v2ray-plugin" \
  12. --plugin-opts "server;tls;host=github.com"

Or

  1. docker run -itd \
  2. --restart=always \
  3. --name=ss \
  4. -v ~/config:/config:ro \
  5. --net=host \
  6. ghcr.io/hmbsbige/shadowsocks \
  7. server \
  8. -c /config/ss.json

Usage

Shadowsocks

ssservice only

https://github.com/shadowsocks/shadowsocks-rust

v2ray-plugin

https://github.com/shadowsocks/v2ray-plugin