turbobytes / geoipdb

GeoIP related related helper functions for TurboBytes stack
MIT License
0 stars 2 forks source link

Implement cache reverse lookup #18

Closed coolparadox closed 7 years ago

coolparadox commented 7 years ago

After #14, export a Handler method that, given an ASN, returns an IP address from the cache that is associated with the ASN.

Reference: pulse#16

coolparadox commented 7 years ago

New method LookupIP() retrieves all cached IPs associated with a given ASN.