mirror of
https://github.com/bettercap/bettercap
synced 2025-07-11 07:37:00 -07:00
new: implementing IsForwardingEnabled for windows firewall
This commit is contained in:
parent
5887883683
commit
2e65b0d50f
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import (
|
|||
)
|
||||
|
||||
type WindowsFirewall struct {
|
||||
iface *net.Enpoint
|
||||
iface *net.Endpoint
|
||||
forwarding bool
|
||||
redirections map[string]*Redirection
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue