Reevaluate and update firewall core logic

This commit is contained in:
Daniel
2019-02-22 16:18:58 +01:00
parent d28ed664aa
commit f7a07cbb2f
39 changed files with 1469 additions and 915 deletions

View File

@@ -4,6 +4,9 @@ import (
"github.com/Safing/portbase/database"
"github.com/Safing/portbase/log"
"github.com/Safing/portbase/modules"
// module dependencies
_ "github.com/Safing/portmaster/core"
)
var (
@@ -11,7 +14,7 @@ var (
)
func init() {
modules.Register("status", nil, start, stop, "database")
modules.Register("status", nil, start, stop, "core")
}
func start() error {