mirror of
https://github.com/aknife2019/ip
synced 2024-11-23 17:50:58 +00:00
更新数据库
This commit is contained in:
commit
ca94b3dfbd
@ -2,7 +2,10 @@
|
||||
|
||||
IP地理位置获取。支持获取IPv4、IPv6地址信息。包括:国家、省份、城市。
|
||||
|
||||
国内数据使用纯真IPV4库,结合淘宝,ipip 补齐城市数据,并打包为mmdb格式
|
||||
国内数据使用纯真IPV4库,结合淘宝,ipip 补齐城市数据,并打包为mmdb格式
|
||||
|
||||
测试地址:https://ip.aknife.cn/
|
||||
|
||||
|
||||
## 安装
|
||||
|
||||
@ -86,4 +89,4 @@ IpInfo::find('2402:4e00:1013:e500:0:940e:29d7:3443','full');
|
||||
|
||||
- 国内IPv4地址来自(qqwry.dat - 2022-06-08) [cz88.net](https://cz88.net/)
|
||||
- 国内IPv6地址来自(ipv6wry.db - 2021-07-21) [ZX-Inc/zxipdb-python](https://github.com/ZX-Inc/zxipdb-python)
|
||||
- 国外IP城市信息来自(GeoLite2-City.mmdb - 2022-06-07) [maxmind.com](https://www.maxmind.com/)
|
||||
- 国外IP城市信息来自(GeoLite2-City.mmdb - 2022-06-07) [maxmind.com](https://www.maxmind.com/)
|
||||
|
@ -14,7 +14,7 @@
|
||||
"minimum-stability": "dev",
|
||||
"require": {
|
||||
"php": ">=5.6",
|
||||
"maxmind-db/reader": "dev-main"
|
||||
"maxmind-db/reader": "*"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
Loading…
Reference in New Issue
Block a user