From 32dcd3918c8abe06a818fc94217e1a7322f0db1f Mon Sep 17 00:00:00 2001 From: aknife <50777910+aknife2019@users.noreply.github.com> Date: Wed, 8 Jun 2022 22:58:12 +0800 Subject: [PATCH 1/3] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c22c63e..a6fae98 100644 --- a/README.md +++ b/README.md @@ -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-01) [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-03) [maxmind.com](https://www.maxmind.com/) \ No newline at end of file +- 国外IP城市信息来自(GeoLite2-City.mmdb - 2022-06-03) [maxmind.com](https://www.maxmind.com/) From e4f8d999a4891a22c9c72d24ccfe381c1d47a439 Mon Sep 17 00:00:00 2001 From: aknife <50777910+aknife2019@users.noreply.github.com> Date: Wed, 8 Jun 2022 22:58:25 +0800 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6fae98..211e92f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ IP地理位置获取。支持获取IPv4、IPv6地址信息。包括:国家、 国内数据使用纯真IPV4库,结合淘宝,ipip 补齐城市数据,并打包为mmdb格式 -https://ip.aknife.cn/ +测试地址:https://ip.aknife.cn/ ## 安装 From 5079c7c6b6bc3245091c6f2f5028c3f156b93b24 Mon Sep 17 00:00:00 2001 From: aknife <50777910+aknife2019@users.noreply.github.com> Date: Thu, 9 Jun 2022 14:37:56 +0800 Subject: [PATCH 3/3] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 06e8a74..a0c19f4 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "minimum-stability": "dev", "require": { "php": ">=5.6", - "maxmind-db/reader": "dev-main" + "maxmind-db/reader": "*" }, "autoload": { "psr-4": {