A simple tool to show an ip list on map
- Put all your ip adresses in the file 'iplist.txt', one ip by line
- Run resolver.py (need python 2.7)
- Open visualiser.html
#!/bin/bash
cat /var/log/nginx/*.log | grep -oE '(^[0-9]{0,3}\.[0-9]{0,3}\.[0-9]{0,3}\.[0-9]{0,3})' > allip.txt
simple ip list to map python html openlayers ip-api.com ip addresses