From 785bef41aa4af97a2b3cc2db63e7eb25225f3d59 Mon Sep 17 00:00:00 2001 From: Riobard Date: Sat, 4 Feb 2017 23:49:29 +0800 Subject: [PATCH] Added key format in README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 114c5eb6..f5d24cb5 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. \ No newline at end of file