Browse Source

Create SHADOWSOCKS_MARK in iptable rules (#1072)

SHADOWSOCKS_MARK is used at line #405 and #410, but never created.
pull/1085/head
Shuhai Shen 7 years ago
committed by Max Lv
parent
commit
a0c6adb66b
1 changed files with 1 additions and 0 deletions
  1. 1
      README.md

1
README.md

@ -377,6 +377,7 @@ The latest shadowsocks-libev has provided a *redir* mode. You can configure your
# Create new chain # Create new chain
root@Wrt:~# iptables -t nat -N SHADOWSOCKS root@Wrt:~# iptables -t nat -N SHADOWSOCKS
root@Wrt:~# iptables -t mangle -N SHADOWSOCKS root@Wrt:~# iptables -t mangle -N SHADOWSOCKS
root@Wrt:~# iptables -t mangle -N SHADOWSOCKS_MARK
# Ignore your shadowsocks server's addresses # Ignore your shadowsocks server's addresses
# It's very IMPORTANT, just be careful. # It's very IMPORTANT, just be careful.

Loading…
Cancel
Save