You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 9, 2020. It is now read-only.
Copy file name to clipboardexpand all lines: README.md
+14-5
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# shadowsocks-go
2
2
3
-
Current version: 1.1 [](https://travis-ci.org/shadowsocks/shadowsocks-go)
3
+
Current version: 1.1.1[](https://travis-ci.org/shadowsocks/shadowsocks-go)
4
4
5
5
shadowsocks-go is a lightweight tunnel proxy which can help you get through firewalls. It is a port of [shadowsocks](https://github.com/clowwindy/shadowsocks).
6
6
@@ -35,7 +35,7 @@ Configuration file is in json format and has the same syntax with [shadowsocks-n
35
35
server your server ip or hostname
36
36
server_port server port
37
37
local_port local socks5 proxy port
38
-
method encryption method, null by default, or use any of the following:
38
+
method encryption method, null by default, the following methods are supported:
@@ -49,18 +49,27 @@ On client, run `shadowsocks-local`. Change proxy settings of your browser to
49
49
SOCKS5 127.0.0.1:local_port
50
50
```
51
51
52
+
## About encryption methods
53
+
54
+
AES is recommended for shadowsocks-go. ([Intel AES Instruction Set](http://en.wikipedia.org/wiki/AES_instruction_set) will be used if available and can make encryption/decryption fast.)
55
+
56
+
**rc4 and table encryption methods are deprecated because they are not secure**.
57
+
52
58
## Command line options
53
59
54
60
Command line options can override settings from configuration files. Use `-h` option to see all available options.
0 commit comments