shadowsocks-libev: README.md: reword text about REDIRECT
authorYousong Zhou <yszhou4tech@gmail.com>
Mon, 27 Aug 2018 08:37:11 +0000 (08:37 +0000)
committerYousong Zhou <yszhou4tech@gmail.com>
Mon, 27 Aug 2018 08:38:12 +0000 (08:38 +0000)
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
net/shadowsocks-libev/README.md

index ada71208bf0a9d00f272b47d65e423ce15e80c15..d28009248f59dccdc784fa600ddc722a72aeb69f 100644 (file)
@@ -5,7 +5,7 @@
         socks5                                     ss              plain
        --------> 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.
+`ss-redir`.  The REDIRECT and TPROXY part are to be provided by `ss-rules` script.  REDIRECT is for tcp traffic (`SO_ORIGINAL_DST` only supports TCP).  TPROXY is for udp messages, but it's only available in the PREROUTING chain and as such cannot proxy local out traffic.
 
          plain             plain                                 ss              plain
        ---------> REDIRECT ------> tcp:local_address:local_port ----> ss server -----> original dest