Go to file
2023-08-29 16:43:12 +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 Update image tag and fix uvicorn get real ip 2023-08-20 14:37:01 +08:00
Dockerfile Update image tag and fix uvicorn get real ip 2023-08-20 14:37:01 +08:00
LICENSE Initial commit 2023-08-20 13:53:48 +08:00
main.py Remove extra blank line 2023-08-20 14:42:54 +08:00
mmdb_func.py First release of the project 2023-08-20 14:09:23 +08:00
nginx.conf Add nginx.conf 2023-08-29 16:43:12 +08:00
README.md Fix documentation 2023-08-20 14:50:18 +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 ip info from provided ip address

POST /ip/{ip} get json-formatted ip info from provided ip address

Example:

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