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

9 lines
64 B
Go
Raw Normal View History

2020-07-17 09:05:25 +08:00
package ipdb
type IPDBType int
const (
GEOIP2 = iota
QQIP
)