Skip to content

Commit

Permalink
Create SHADOWSOCKS_MARK in iptable rules (#1072)
Browse files Browse the repository at this point in the history
SHADOWSOCKS_MARK is used at line #405 and #410, but never created.
  • Loading branch information
sumhat authored and madeye committed Jan 14, 2017
1 parent 92f0baa commit a0c6adb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a0c6adb

Please sign in to comment.