Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 591 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 591 Bytes

Yet another SIP003 plugin for shadowsocks, based on v2ray

Build

go get
go build

Usage

Shadowsocks over websocket

On your server

ss-server -c config.json -p 80 --plugin v2ray-plugin --plugin-opts "server"

On your client

ss-local -c config.json -p 80 --plugin v2ray-plugin

Shadowsocks over quic

On your server

ss-server -c config.json -p 80 --plugin v2ray-plugin --plugin-opts "server;mode=quic"

On your client

ss-local -c config.json -p 80 --plugin v2ray-plugin --plugin-opts "mode=quic"

License

The MIT License (MIT)