mirror of
https://github.com/safing/portmaster
synced 2025-09-03 19:19:15 +00:00
9 lines
132 B
Go
9 lines
132 B
Go
package intel
|
|
|
|
import (
|
|
"github.com/safing/portbase/modules"
|
|
)
|
|
|
|
func init() {
|
|
modules.Register("intel", nil, nil, nil, "geoip")
|
|
}
|