mirror of
https://github.com/bettercap/bettercap
synced 2025-07-16 10:03:39 -07:00
fix: adding --queue-bypass parameter to NFQUEUE created by the packet.proxy module.
This commit is contained in:
parent
07f047dff3
commit
e80e73879f
1 changed files with 1 additions and 0 deletions
|
@ -116,6 +116,7 @@ func (pp *PacketProxy) runRule(enable bool) (err error) {
|
|||
args = append(args, []string{
|
||||
"-j", "NFQUEUE",
|
||||
"--queue-num", fmt.Sprintf("%d", pp.queueNum),
|
||||
"--queue-bypass",
|
||||
}...)
|
||||
|
||||
log.Debug("iptables %s", args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue