mirror of
https://github.com/bettercap/bettercap
synced 2025-07-10 23:33:28 -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 {
|
type WindowsFirewall struct {
|
||||||
iface *net.Enpoint
|
iface *net.Endpoint
|
||||||
forwarding bool
|
forwarding bool
|
||||||
redirections map[string]*Redirection
|
redirections map[string]*Redirection
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue