Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Latest commit

 

History

History
53 lines (43 loc) · 1.47 KB

README.md

File metadata and controls

53 lines (43 loc) · 1.47 KB

shadowsocks-docker

Build Latest Build Release Docker

shadowsocks-rust v2ray-plugin

Getting Started

Pull image

docker pull ghcr.io/hmbsbige/shadowsocks

Run

docker run -itd \
--restart=always \
--name=ss \
--net=host \
ghcr.io/hmbsbige/shadowsocks \
server \
-U \
-s "0.0.0.0:23333" \
-k 114514 \
-m aes-128-gcm \
--plugin "v2ray-plugin" \
--plugin-opts "server;tls;host=github.com"

Or

docker run -itd \
--restart=always \
--name=ss \
-v ~/config:/config:ro \
--net=host \
ghcr.io/hmbsbige/shadowsocks \
server \
-c /config/ss.json

Usage

Shadowsocks

ssservice only

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

v2ray-plugin

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