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
+7-1
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.5[](https://travis-ci.org/shadowsocks/shadowsocks-go)
3
+
Current version: 1.2.0[](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
@@ -62,6 +62,12 @@ Append `-auth` to the encryption method to enable [One Time Auth (OTA)](https://
62
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
63
- For client: the `-A` command line option can also enable OTA
64
64
65
+
### UDP relay
66
+
67
+
Use `-u` command line options when starting server to enable UDP relay.
68
+
69
+
Currently only tested with Shadowsocks-Android, if you have encountered any problem, please report.
70
+
65
71
## Command line options
66
72
67
73
Command line options can override settings from configuration files. Use `-h` option to see all available options.
0 commit comments