Closed darix closed 4 years ago
use case:
internal networks might use e.g. 192.168/16 or 10/8 but still need to split the traffic by site.
with the old geoip based DB tools this was possible.
also 127/8 would be nice for CI use cases.
This is already possible. You can set remove_reserved_networks to false when creating the tree object.
remove_reserved_networks
ah cool!
can you also create ASN dbs with the library?
Yes.
use case:
internal networks might use e.g. 192.168/16 or 10/8 but still need to split the traffic by site.
with the old geoip based DB tools this was possible.