Sign inSign up

vpetersson/ipdb

By vpetersson

Updated almost 11 years ago

A stupid simple in-memory IP database.

Image
0

1.8K

vpetersson/ipdb repository overview

IPDB - A stupid simple IP database.

An in-memory IP database. Just add run a simple curl line and you're good to go.

Submitting

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

Reporting

$ curl http://YourServer
Hostname    Interface    IP         Timestamp
----------  -----------  ---------  ----------------
xyz         wifi0        127.0.0.1  2015-11-05 11:42

Tag summary

Content type

Image

Digest

sha256:2d65ae8c0

Size

252 MB

Last updated

almost 11 years ago

docker pull vpetersson/ipdb