Add broadcasts module

This commit is contained in:
Daniel
2022-06-21 16:56:00 +02:00
parent 9f4e921609
commit 959bb012b8
7 changed files with 790 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ import (
"github.com/safing/portbase/modules"
"github.com/safing/portbase/modules/subsystems"
_ "github.com/safing/portmaster/broadcasts"
_ "github.com/safing/portmaster/netenv"
_ "github.com/safing/portmaster/status"
_ "github.com/safing/portmaster/ui"
@@ -25,7 +26,7 @@ var (
)
func init() {
module = modules.Register("core", prep, start, nil, "base", "subsystems", "status", "updates", "api", "notifications", "ui", "netenv", "network", "interception", "compat")
module = modules.Register("core", prep, start, nil, "base", "subsystems", "status", "updates", "api", "notifications", "ui", "netenv", "network", "interception", "compat", "broadcasts")
subsystems.Register(
"core",
"Core",