aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/service/firewall/blocker.go
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-05-07 21:38:47 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-05-08 08:31:00 +0200
commit80ad4acc21e20c851b844bb7ff4a312ffd15badc (patch)
treeda4d7f494032dd4bacf309a9fd7e1652dac84e52 /service/firewall/blocker.go
parentfirewall: implode recurring address definitions (diff)
downloadwireguard-windows-80ad4acc21e20c851b844bb7ff4a312ffd15badc.tar.xz
wireguard-windows-80ad4acc21e20c851b844bb7ff4a312ffd15badc.zip
firewall: cleanup
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
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 {