junstyle /
Maxmind GeoLite2 封装器
v1.1
2021-01-30 02:36 UTC
This package is auto-updated.
Last update: 2024-09-29 05:49:48 UTC
README
根据给定的IP地址,以JSON格式返回国家信息。
使用方法
php index.php <ip_address>
示例输出
$ php index.php 63.245.215.20
{"locale_code":"en","continent_code":"NA","continent_name":"North America","country_iso_code":"US","country_name":"United States","ip_address":"63.245.215.20"}
使用Docker
docker run alias/geoip <ip_address>