java
java copied to clipboard
Check for bogon IPs without API call & give more info
Right now for bogon IPs we need to make requests to the API even though technically it's possible to determine a bogon IP statically fully locally.
Additionally bogon IPs come in different flavors so it'd be nice that if our SDK is doing this bogon check, that it additionally adds some extra metadata about the bogon IP too.
See https://ipinfo.io/bogon
We can do this after https://github.com/ipinfo/java/issues/28
Thanks for adding this!