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:05:25 +08:00

9 lines
64 B
Go

package ipdb
type IPDBType int
const (
GEOIP2 = iota
QQIP
)