Skip to content

HMBSbige/shadowsocks-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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