Tool to analyze IP addresses and visualize the results graphically with statistics. To make decisions, useful for public servers with multiple connections.
- 📃 - Request only the data you require using graphql .
- 🕔 - Real-time analysis activities.
- 🌎 - Map of ip origins.
- 📈 - Proxy graph.
⚠️ - Detect anonymous ip.- 🚥 - Number of IPs analyzed.
- More features in development...
curl --request POST \
--url http://localhost:4000/graphql \
--header 'content-type: application/json' \
--data '{"query":"mutation{\n analyze(ip:\"103.243.82.198\"){\n country_code\n country_name\n }\n}"}'
🚀 Get the latest features directly from the specified branch.
git clone --depth=1 -b backend https://github.com/LuzLeslie/Ip2Location-Dashboard.git ip2Dashboard-backend
cd ip2Dashboard-backend
go run ./cmd/ipdebugger/ -l /path/ip2location.bin -p /path/ip2proxy.bin
git clone --depth=1 -b backend https://github.com/LuzLeslie/Ip2Location-Dashboard.git ip2Dashboard-fronted
cd ip2Dashboard-fronted
yarn install
yarn serve
- Send the ip to analyze to the backend directly using curl or through its own tool.
- Once the web app is running, you can also analyze your ip and view its results graphically in real-time. http://localhost:3000