oschwald / maxminddb-golang

MaxMind DB Reader for Go
ISC License
570 stars 99 forks source link

Return first IP in network with NetworksWithin #140

Closed oschwald closed 1 week ago

oschwald commented 1 week ago

Previously, if the network being looked up was more specific than the network in the database, the network number would be set to the network number of the network being looked up rather than it being placed in canonical form.