From a0c6adb66bb67b7e299ba3821f5c2d293d577686 Mon Sep 17 00:00:00 2001 From: Shuhai Shen Date: Sat, 14 Jan 2017 03:40:36 +0100 Subject: [PATCH] Create SHADOWSOCKS_MARK in iptable rules (#1072) SHADOWSOCKS_MARK is used at line #405 and #410, but never created. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index be058f89..0b817a0b 100644 --- a/README.md +++ b/README.md @@ -377,6 +377,7 @@ The latest shadowsocks-libev has provided a *redir* mode. You can configure your # Create new chain root@Wrt:~# iptables -t nat -N SHADOWSOCKS root@Wrt:~# iptables -t mangle -N SHADOWSOCKS + root@Wrt:~# iptables -t mangle -N SHADOWSOCKS_MARK # Ignore your shadowsocks server's addresses # It's very IMPORTANT, just be careful.