jreisinger / checkip

Get (security) info about IP addresses
MIT License
230 stars 24 forks source link

Implement caching #15

Closed jreisinger closed 2 years ago

jreisinger commented 2 years ago

When running make run too many times I get:

checkip: calling https://www.virustotal.com/api/v3/ip_addresses/218.92.0.158: 429 Too Many Requests

Cache responses for some time to prevent this.

jreisinger commented 2 years ago

This should be implemented only for the JSON API server.

jreisinger commented 2 years ago

Not implementing API.