Skip to content

Commit

Permalink
更新ip数据库
Browse files Browse the repository at this point in the history
  • Loading branch information
aknife2019 committed Oct 3, 2024
1 parent 045551c commit 7164c50
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## 概述

IP地理位置获取。支持获取IPv4、IPv6地址信息。包括:国家、省份、城市。
IP地理位置获取。支持获取IPv4、IPv6地址信息。包括:国家、省份、城市。

国内数据使用纯真IPV4库,结合 ipip,ip138 API 补齐国内空白城市数据,并打包为mmdb格式
国内数据使用纯真IPV4库,结合 ipip,ip138 API 补齐国内空白城市数据,并打包为mmdb格式

测试地址:https://ip.aknife.cn/

Expand Down Expand Up @@ -60,7 +60,7 @@ IpInfo::find('159.75.190.197','en');
IpInfo::find('2402:4e00:1013:e500:0:940e:29d7:3443','full');
/*
[

'continent' => [
'code' => 'AS',
'en' => 'Asia',
Expand All @@ -87,6 +87,6 @@ IpInfo::find('2402:4e00:1013:e500:0:940e:29d7:3443','full');

## IP库来源

- 国内IPv4地址来自(qqwry.dat - 2024-04-24) [cz88.net](https://cz88.net/)
- 国内IPv4地址来自(qqwry.dat - 2024-09-25) [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 - 2024-04-26) [maxmind.com](https://www.maxmind.com/)
- 国外IP城市信息来自(GeoLite2-City.mmdb - 2024-10-01) [maxmind.com](https://www.maxmind.com/)
Binary file modified src/data.mmdb
Binary file not shown.

0 comments on commit 7164c50

Please sign in to comment.