new: implementing IsForwardingEnabled for windows firewall

This commit is contained in:
evilsocket 2018-02-08 01:16:03 +01:00
parent 5887883683
commit 2e65b0d50f

View file

@ -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
} }