Skip to content

0xRustlang/v2ray-plugin

This branch is up to date with v2ray/v2ray-plugin:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0cb3860 · Feb 11, 2019

History

64 Commits
Jan 18, 2019
Jan 17, 2019
Jan 14, 2019
Jan 18, 2019
Jan 9, 2019
Jan 27, 2019
Jan 8, 2019
Feb 11, 2019
Feb 11, 2019
Jan 14, 2019
Jan 15, 2019
Feb 11, 2019
Jan 9, 2019
Jan 11, 2019

Repository files navigation

Yet another SIP003 plugin for shadowsocks, based on v2ray

CircleCI Releases Language: Go Go Report Card License

Build

go build

Usage

See command line args for advanced usages.

Shadowsocks over websocket (HTTP)

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 websocket (HTTPS)

On your server

ss-server -c config.json -p 443 --plugin v2ray-plugin --plugin-opts "server;tls"

On your client

ss-local -c config.json -p 443 --plugin v2ray-plugin --plugin-opts "tls"

Shadowsocks over quic

On your server

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

On your client

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

About

A SIP003 plugin based on v2ray

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 91.5%
  • Shell 8.5%