Skip to content
/ IP_INFO Public

获取IP相关信息。如:IP所属地区,所属运用商

License

Notifications You must be signed in to change notification settings

ddv404/IP_INFO

Repository files navigation

IP_INFO

获取IP相关信息。如:IP所属地区,所属运用商

数据来源:

1、apnic 全球IP地址段分配获取: http://ftp.apnic.net/apnic/stats/apnic/delegated-apnic-latest image 2、bczs IP地址段分配,同时有的还带运营商:http://ip.bczs.net/countrylist image

使用sqlite进行数据存储,后续如需添加数据,则自行在db中添加

使用方式:

1、在命令行运行 ./CHECK_IPV4_ADRESS_mac_arm
开启一个web服务端口为10001,同时会进行数据的加载 image

2、在浏览器使用 http://ip:10001/{ip|ip number}

使用url带ip访问。http://127.0.0.1:10001/1.0.1.0 image

使用url带ip转数字访问 http://127.0.0.1:10001/345678912 image

python调用方式: image

如响应内容为空,则表示没有查询到

批量获取IP信息,可使用python的方式,烂机器并发也可1000以上

后台: image

About

获取IP相关信息。如:IP所属地区,所属运用商

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published