[LEDE-DEV] [PATCH] shadowsocks-libev: fix tproxy issue for udp traffic

2017-06-22 Thread Zhizhang
ss-rules script in shadowsocks-libev currently is using TPROXY without mark packet first this patch will fix it. Signed-off-by: Zhizhang Deng --- ss-rules2017-05-17 12:40:01.020106879 -0400 +++ ss-rules-new2017-05-17 12:45:19.740116941 -0400 @@ -120,6 +120,9 @@ $ipt_m -A SS_

[LEDE-DEV] [PATCH] shadowsocks-libev: fix tproxy issue for udp traffic

2017-06-22 Thread Zhizhang
ss-rules script in shadowsocks-libev currently is using TPROXY without mark packet first this patch will fix it Signed-off-by: Zhizhang Deng --- net/shadowsocks-libev/files/ss-rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/shadowsocks-libev/files/ss-rules b/net/shadowsocks-li

[LEDE-DEV] [PATCH] shadowsocks-libev: fix tproxy issue for udp traffic

2017-06-22 Thread Zhizhang
Update date and time ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] [PATCH] shadowsocks-libev: fix tproxy issue for udp traffic

2017-06-23 Thread Chuanhong Guo
Maybe you should create a pull request on https://github.com/openwrt/packages instead. The git repository on git.lede-project.org is just a mirror of the GitHub one:-) 2017-05-18 16:51 GMT+08:00 Zhizhang : > ss-rules script in shadowsocks-libev currently is using TPROXY without mark > packet firs