MCPcopy
hub / github.com/bettercap/bettercap / WindowsFirewall

Struct WindowsFirewall

firewall/firewall_windows.go:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type WindowsFirewall struct {
12 iface *network.Endpoint
13 forwarding bool
14 redirections map[string]*Redirection
15}
16
17func Make(iface *network.Endpoint) FirewallManager {
18 firewall := &WindowsFirewall{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected