Skip to content

Commit

Permalink
Documentation for UDP Associate support.
Browse files Browse the repository at this point in the history
  • Loading branch information
lixin9311 committed Nov 12, 2017
1 parent 53350ee commit 4890b6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GoDoc at https://godoc.org/github.com/shadowsocks/go-shadowsocks2/

## Features

- SOCKS5 proxy
- SOCKS5 proxy (Including UDP Associate)
- Support for Netfilter TCP redirect (IPv6 should work but not tested)
- UDP tunneling (e.g. relay DNS packets)
- TCP tunneling (e.g. benchmark with iperf3)
Expand Down Expand Up @@ -40,8 +40,8 @@ respectively.

```sh
go-shadowsocks2 -c ss://AEAD_CHACHA20_POLY1305:your-password@[server_address]:8488 \
-verbose -socks :1080 -udptun :8053=8.8.8.8:53,:8054=8.8.4.4:53 \
-tcptun :8053=8.8.8.8:53,:8054=8.8.4.4:53
-verbose -socks :1080 -u -udptun :8053=8.8.8.8:53,:8054=8.8.4.4:53 \
-tcptun :8053=8.8.8.8:53,:8054=8.8.4.4:53
```

Replace `[server_address]` with the server's public address.
Expand Down

0 comments on commit 4890b6e

Please sign in to comment.