From 9cb2ba526cc132580e2dce8b4b871abec2ce4a6b Mon Sep 17 00:00:00 2001 From: Zxilly Date: Tue, 16 Mar 2021 14:18:43 +0800 Subject: [PATCH] revert PSH --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8746fb2..9ae5f5e4 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ iptables -t mangle -A ua2f -m set --set nohttp dst,dst -j RETURN iptables -t mangle -A ua2f -m connmark --mark 23 -j RETURN # 不处理标记为非 http 的流 (实验性) iptables -t mangle -A ua2f -j NFQUEUE --queue-num 10010 -iptables -t mangle -A FORWARD -p tcp --tcp-flags PSH PSH -m conntrack --ctdir ORIGINAL -j ua2f +iptables -t mangle -A FORWARD -p tcp -m conntrack --ctdir ORIGINAL -j ua2f iptables -t mangle -A FORWARD -p tcp -m conntrack --ctdir REPLY ```