java icon indicating copy to clipboard operation
java copied to clipboard

Check for bogon IPs without API call & give more info

Open UmanShahzad opened this issue 2 years ago • 1 comments

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

UmanShahzad avatar Mar 10 '22 05:03 UmanShahzad

We can do this after https://github.com/ipinfo/java/issues/28

UmanShahzad avatar Mar 10 '22 05:03 UmanShahzad

Thanks for adding this!

ruurtjan avatar Oct 13 '22 07:10 ruurtjan