-
Notifications
You must be signed in to change notification settings - Fork 203
Add Anonymous Plus support #541
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
oschwald
commented
Apr 22, 2025
- Update MaxMind-DB submodule
- Add support for Anonymous Plus
@@ -59,6 +60,27 @@ AnonymousIpResponse anonymousIp(InetAddress ipAddress) throws IOException, | |||
Optional<AnonymousIpResponse> tryAnonymousIp(InetAddress ipAddress) throws IOException, | |||
GeoIp2Exception; | |||
|
|||
/** | |||
* Look up an IP address in a GeoIP2 Anonymous Plus. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In some spots we say GeoIP Anonymous Plus
and in other spots we say GeoIP2 Anonymous Plus
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
I think I got everything. I just modified the original commit to keep the history clean. |