go build- Alternatively, you can grab the latest nightly from Circle CI by logging into Circle CI or adding
#artifactsat the end of URL like such: https://circleci.com/gh/shadowsocks/v2ray-plugin/20#artifacts
See command line args for advanced usages.
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-pluginOn your server
ss-server -c config.json -p 443 --plugin v2ray-plugin --plugin-opts "server;tls;host=mydomain.me"On your client
ss-local -c config.json -p 443 --plugin v2ray-plugin --plugin-opts "tls;host=mydomain.me"On your server
ss-server -c config.json -p 443 --plugin v2ray-plugin --plugin-opts "server;mode=quic;host=mydomain.me"On your client
ss-local -c config.json -p 443 --plugin v2ray-plugin --plugin-opts "mode=quic;host=mydomain.me"v2ray-plugin will look for TLS certificates signed by acme.sh by default. Here's some sample commands for issuing a certificate using CloudFlare. You can find commands for issuing certificates for other DNS providers at acme.sh.
curl https://get.acme.sh | sh
~/.acme.sh/acme.sh --issue --dns dns_cf -d mydomain.meAlternatively, you can specify path to your certificates using option cert and key.