mirror of
https://github.com/SunBK201/UA3F.git
synced 2025-12-16 16:57:08 +00:00
fix: correct TCP flags in NFQUEUE rule for packet filtering
This commit is contained in:
parent
aec56830f8
commit
3a0760f960
@ -24,7 +24,7 @@ var RuleIP = []string{
|
||||
|
||||
var RuleDelTCPTS = []string{
|
||||
"-p", "tcp",
|
||||
"--tcp-flags", "SYN,RST,ACK,FIN",
|
||||
"--tcp-flags", "SYN", "SYN",
|
||||
"-j", "NFQUEUE",
|
||||
"--queue-num", "10301",
|
||||
"--queue-bypass",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user