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

11 lines
136 B
Go
Raw Normal View History

2020-07-17 09:05:25 +08:00
package ipdb
2020-07-17 09:50:06 +08:00
// ip db type
2020-07-17 09:05:25 +08:00
type IPDBType int
const (
2020-07-17 09:50:06 +08:00
GEOIP2 = iota // geoip2
QQIP // chunzhen
2020-07-21 06:19:52 +08:00
IPIP // ipip.net
2020-07-17 09:05:25 +08:00
)