No description https://ip.qqs.tw
Find a file
2023-08-20 14:09:23 +08:00
.github/workflows First release of the project 2023-08-20 14:09:23 +08:00
mmdb First release of the project 2023-08-20 14:09:23 +08:00
tests First release of the project 2023-08-20 14:09:23 +08:00
.gitignore First release of the project 2023-08-20 14:09:23 +08:00
compose.yaml First release of the project 2023-08-20 14:09:23 +08:00
Dockerfile First release of the project 2023-08-20 14:09:23 +08:00
LICENSE Initial commit 2023-08-20 13:53:48 +08:00
main.py First release of the project 2023-08-20 14:09:23 +08:00
mmdb_func.py First release of the project 2023-08-20 14:09:23 +08:00
README.md First release of the project 2023-08-20 14:09:23 +08:00
requirements.txt First release of the project 2023-08-20 14:09:23 +08:00
results.py First release of the project 2023-08-20 14:09:23 +08:00

ip-info-lookup-server

仿照 ip.p3terx.com 样式构建的ip信息查询服务

Usage

GET / get ip info from your ip address

POST / get json-formatted ip info from your ip address

GET /ip/{ip} get json-formatted ip info

POST /ip/{ip} get json-formatted ip info

Example:

curl ip.qqs.tw
curl ip.qqs.tw/ip/114.114.114.114