Fix module dependencies, split filter into interception and filter modules

This commit is contained in:
Daniel
2020-04-24 10:17:15 +02:00
parent 5c7739e28a
commit 95041d217c
8 changed files with 89 additions and 40 deletions

View File

@@ -16,7 +16,7 @@ var (
)
func init() {
module = modules.Register("network", nil, start, nil, "core", "processes")
module = modules.Register("network", nil, start, nil, "base", "processes")
}
// SetDefaultFirewallHandler sets the default firewall handler.