UNPKG

ipip-ipdb

Version:

IPIP.net 官方支持的 IP 数据库 ipdb 格式查询代码

9 lines 222 B
module.exports = class ASNInfo { constructor(data) { this.asn = data[0]; this.registry = data[1]; this.country = data[2]; this.name = data[3]; this.org = data[4]; } }