mirror of
https://github.com/bettercap/bettercap
synced 2025-08-19 13:09:49 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
fa713eb68c
commit
ccffeff28f
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ type PfFirewall struct {
|
||||||
iface *network.Endpoint
|
iface *network.Endpoint
|
||||||
filename string
|
filename string
|
||||||
forwarding bool
|
forwarding bool
|
||||||
|
enabled bool
|
||||||
}
|
}
|
||||||
|
|
||||||
func Make(iface *network.Endpoint) FirewallManager {
|
func Make(iface *network.Endpoint) FirewallManager {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue