Add subsystems and clean up module dependencies
This commit is contained in:
9
intel/module.go
Normal file
9
intel/module.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package intel
|
||||
|
||||
import (
|
||||
"github.com/safing/portbase/modules"
|
||||
)
|
||||
|
||||
func init() {
|
||||
modules.Register("intel", nil, nil, nil, "geoip")
|
||||
}
|
||||
Reference in New Issue
Block a user