go get
go build
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
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"
The MIT License (MIT)