mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
balls
This commit is contained in:
parent
e2f4c4c9cf
commit
e39e8b0e07
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ func (f *WindowsFirewall) AllowPort(port int, address string, proto string, allo
|
|||
ruleName := fmt.Sprintf("bettercap-rule-%s-%s-%d", address, proto, port)
|
||||
nameField := fmt.Sprintf("name=\"%s\"", ruleName)
|
||||
protoField := fmt.Sprintf("protocol=%s", proto)
|
||||
ipField := fmt.Sprintf("lolcalip=%s", address)
|
||||
// ipField := fmt.Sprintf("lolcalip=%s", address)
|
||||
portField := fmt.Sprintf("localport=%d", port)
|
||||
|
||||
cmd := []string{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue