mirror of
https://github.com/Zxilly/UA2F.git
synced 2026-01-08 19:33:11 +00:00
revert PSH
This commit is contained in:
parent
59d1267e01
commit
9cb2ba526c
@ -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
|
||||
```
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user