1
0
mirror of https://github.com/zu1k/nali.git synced 2025-01-23 21:59:02 +08:00
nali/internal/ipdb/ipdb.go
2020-07-17 09:50:06 +08:00

10 lines
109 B
Go

package ipdb
// ip db type
type IPDBType int
const (
GEOIP2 = iota // geoip2
QQIP // chunzhen
)