A stupid simple in-memory IP database.
1.8K
An in-memory IP database. Just add run a simple curl line and you're good to go.
By hand using curl directly:
$ curl -H "Content-Type: application/json" \
-X POST -d '{"ip": "127.0.0.1", "hostname": "xyz", "interface":"wifi0"}' \
http://YourServer/submit
Or by using report.sh:
./report.sh eth0
$ curl http://YourServer
Hostname Interface IP Timestamp
---------- ----------- --------- ----------------
xyz wifi0 127.0.0.1 2015-11-05 11:42
Content type
Image
Digest
sha256:2d65ae8c0…
Size
252 MB
Last updated
almost 11 years ago
docker pull vpetersson/ipdb