Closed Leo555 closed 3 years ago
我做了测试,发现ipv6的地址会被解析到印度孟买。
const IP2Region = require('ip2region'); const query = new IP2Region(); const res = query.search('2409:8946:2d51:1569:dfdb:6dcf:dd39:5d9a'); console.log(res);
输出结果是
{ id: 0, country: '印度', region: '0', province: '马哈拉施特拉', city: '孟买', isp: '印度电信' }
暂时不支持,但是有在考虑支持中
2.0版本已经支持ipv6,https://github.com/yourtion/node-ip2region/releases/tag/v2.0.0
我做了测试,发现ipv6的地址会被解析到印度孟买。
输出结果是