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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
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.1[](https://travis-ci.org/shadowsocks/shadowsocks-go)
3
+
Current version: 1.1.2[](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
@@ -23,7 +23,7 @@ go get github.com/shadowsocks/shadowsocks-go/cmd/shadowsocks-server
23
23
go get github.com/shadowsocks/shadowsocks-go/cmd/shadowsocks-local
24
24
```
25
25
26
-
It's recommend to disable cgo when compiling shadowsocks-go. This will prevent the go runtime from creating too many threads for dns lookup.
26
+
It's recommended to disable cgo when compiling shadowsocks-go. This will prevent the go runtime from creating too many threads for dns lookup.
27
27
28
28
# Usage
29
29
@@ -35,8 +35,8 @@ 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, the following methods are supported:
0 commit comments