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
+9-2
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.4[](https://travis-ci.org/shadowsocks/shadowsocks-go)
3
+
Current version: 1.1.5[](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
@@ -12,7 +12,7 @@ The protocol is compatible with the origin shadowsocks (if both have been upgrad
12
12
13
13
# Install
14
14
15
-
Compiled client binaries can be download [here](http://dl.chenyufei.info/shadowsocks/). (All compiled with cgo disabled, except the mac version.)
15
+
Download precompiled binarys from the [release page](https://github.com/shadowsocks/shadowsocks-go/releases). (All compiled with cgo disabled, except the mac version.)
16
16
17
17
You can also install from source (assume you have go installed):
18
18
@@ -55,6 +55,13 @@ AES is recommended for shadowsocks-go. [Intel AES Instruction Set](http://en.wik
55
55
56
56
**rc4 and table encryption methods are deprecated because they are not secure.**
57
57
58
+
### One Time Auth
59
+
60
+
Append `-auth` to the encryption method to enable [One Time Auth (OTA)](https://shadowsocks.org/en/spec/one-time-auth.html).
61
+
62
+
- For server: this will **force client use OTA**, non-OTA connection will be dropped. Otherwise, both OTA and non-OTA clients can connect
63
+
- For client: the `-A` command line option can also enable OTA
64
+
58
65
## Command line options
59
66
60
67
Command line options can override settings from configuration files. Use `-h` option to see all available options.
0 commit comments