MCPcopy
hub / github.com/bettercap/bettercap / PfFirewall

Struct PfFirewall

firewall/firewall_darwin.go:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21)
22
23type PfFirewall struct {
24 iface *network.Endpoint
25 filename string
26 forwarding bool
27 enabled bool
28}
29
30func Make(iface *network.Endpoint) FirewallManager {
31 firewall := &PfFirewall{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected