aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/service/firewall/blocker.go
diff options
context:
space:
mode:
Diffstat (limited to 'service/firewall/blocker.go')
-rw-r--r--service/firewall/blocker.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/service/firewall/blocker.go b/service/firewall/blocker.go
index 5e1fdab0..b47ef094 100644
--- a/service/firewall/blocker.go
+++ b/service/firewall/blocker.go
@@ -148,10 +148,13 @@ func EnableFirewall(luid uint64, restrictDNS bool, restrictAll bool) error {
return wrapErr(err)
}
+ /* TODO: actually evaluate if this does anything and if we need this. It's layer 2; our other rules are layer 3.
+ * In other words, if somebody complains, try enabling it. For now, keep it off.
err = permitHyperV(session, baseObjects, 15)
if err != nil {
return wrapErr(err)
}
+ */
}
if restrictDNS {