Skip to content

Commit

Permalink
Added key format in README
Browse files Browse the repository at this point in the history
  • Loading branch information
riobard committed Feb 4, 2017
1 parent c013d77 commit 785bef4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ GoDoc at https://godoc.org/github.com/riobard/go-shadowsocks2/
- UDP tunneling (e.g. tunneling DNS)
- TCP tunneling (e.g. benchmark with iperf3)


## Install

```sh
Expand All @@ -33,6 +34,7 @@ Client

```sh
go-shadowsocks2 -c [server_address]:8488 -cipher aes-128-gcm -key 1234567890abcdef1234567890abcdef \
-socks :1080 -udptun :1080=8.8.8.8:53,:1081=8.8.4.4:53 -tcptun :1082=localhost:5201
-socks :1080 -udptun :1080=8.8.8.8:53,:1081=8.8.4.4:53 -tcptun :1082=localhost:5201 -verbose
```

Keys are in hexdecimal format.

0 comments on commit 785bef4

Please sign in to comment.