You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In version 1.3.0 I introduced the possibility to select custom MMDB databases for country and ASN resolutions (you can find out more about it here).
However, I noticed that IPinfo (one of the best IP data providers globally) uses a slight different format for such databases, which is currently unsupported by Sniffnet (because the application expects databases to be in the canonical MMDB format).
Additional context
The goal is to support both the canonical format and IPinfo's custom MMDB format, so that users of the app will be able to select IPinfo high quality databases.
If you are interested about why IPinfo uses a different format, I suggest you to read this article.
I also want to thank a lot @abdullahdevrel who gave me amazing insights about this topic and wrote a detailed community post about how to interface with IPinfo's MMDBs in Rust.
What's the problem?
In version 1.3.0 I introduced the possibility to select custom MMDB databases for country and ASN resolutions (you can find out more about it here).
However, I noticed that IPinfo (one of the best IP data providers globally) uses a slight different format for such databases, which is currently unsupported by Sniffnet (because the application expects databases to be in the canonical MMDB format).
Additional context
The goal is to support both the canonical format and IPinfo's custom MMDB format, so that users of the app will be able to select IPinfo high quality databases.
If you are interested about why IPinfo uses a different format, I suggest you to read this article.
I also want to thank a lot @abdullahdevrel who gave me amazing insights about this topic and wrote a detailed community post about how to interface with IPinfo's MMDBs in Rust.
Related issue: oschwald/maxminddb-rust#82
The text was updated successfully, but these errors were encountered: