Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mygod authored Jan 18, 2019
1 parent b6e20fe commit d3c1201
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

[![CircleCI](https://circleci.com/gh/shadowsocks/v2ray-plugin.svg?style=svg)](https://circleci.com/gh/shadowsocks/v2ray-plugin)
[![Releases](https://img.shields.io/github/downloads/shadowsocks/v2ray-plugin/total.svg)](https://github.com/shadowsocks/v2ray-plugin/releases)
[![Language: Go](https://img.shields.io/github/languages/top/shadowsocks/v2ray-plugin.svg)](https://github.com/shadowsocks/v2ray-plugin/search?l=kotlin)
[![Language: Go](https://img.shields.io/github/languages/top/shadowsocks/v2ray-plugin.svg)](https://github.com/shadowsocks/v2ray-plugin/search?l=go)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/5551969afc234e449a91cd2ea491dce5)](https://www.codacy.com/app/shadowsocks/v2ray-plugin?utm_source=github.com&utm_medium=referral&utm_content=shadowsocks/v2ray-plugin&utm_campaign=Badge_Grade)
[![License](https://img.shields.io/github/license/shadowsocks/v2ray-plugin.svg)](LICENSE)

## Build

```
```sh
go build
```

Expand All @@ -20,40 +20,40 @@ See command line args for advanced usages.

On your server

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

On your client

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

### Shadowsocks over websocket (HTTPS)

On your server

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

On your client

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

### Shadowsocks over quic

On your server

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

On your client

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

0 comments on commit d3c1201

Please sign in to comment.