- 如果要自己设置规则记得把
iptables -t mangle -A ua2f -m set --set nohttp dst,dst -j RETURN
- 改成以下规则
iptables -t mangle -A ua2f -m set --match-set nohttp dst,dst -j RETURN
iptables -t mangle -A ua2f -m set --set nohttp dst,dst -j RETURN
iptables -t mangle -A ua2f -m set --match-set nohttp dst,dst -j RETURN