shadowsocks-libev: minor tweak without functional change

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
This commit is contained in:
Yousong Zhou
2017-09-04 16:14:36 +08:00
parent d9a8e7541c
commit fd0f3aa930
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
## components
`ss-local` provides SOCKS5 proxy.
`ss-local` provides SOCKS5 proxy with UDP associate support.
socks5 ss plain
--------> tcp:udp:local_address:local_port ----> ss server -------> dest
--------> tcp:local_address:local_port ----> ss server -------> dest
`ss-redir`. The REDIRECT and TPROXY part are to be provided by `ss-rules` script. REDIRECT only works for tcp traffic (see also darkk/redsocks). TPROXY is used to proxy udp messages, but it's only available in the PREROUTING chain and as such cannot proxy local out traffic.