Work on portmaster restructuring
This commit is contained in:
13
network/module.go
Normal file
13
network/module.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package network
|
||||
|
||||
import (
|
||||
"github.com/Safing/portbase/modules"
|
||||
)
|
||||
|
||||
func init() {
|
||||
modules.Register("network", prep, start, nil, "database")
|
||||
}
|
||||
|
||||
func start() error {
|
||||
return registerAsDatabase()
|
||||
}
|
||||
Reference in New Issue
Block a user