wip: migrate to mono-repo. SPN has already been moved to spn/
This commit is contained in:
13
service/intel/module.go
Normal file
13
service/intel/module.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package intel
|
||||
|
||||
import (
|
||||
"github.com/safing/portbase/modules"
|
||||
_ "github.com/safing/portmaster/service/intel/customlists"
|
||||
)
|
||||
|
||||
// Module of this package. Export needed for testing of the endpoints package.
|
||||
var Module *modules.Module
|
||||
|
||||
func init() {
|
||||
Module = modules.Register("intel", nil, nil, nil, "geoip", "filterlists", "customlists")
|
||||
}
|
||||
Reference in New Issue
Block a user