hawk icon indicating copy to clipboard operation
hawk copied to clipboard

Optimize IP Address lookup

Open Canthv0 opened this issue 6 years ago • 0 comments

Currently the IP address lookup code test all IP addresses and then determines if they belong to MSFT according to the MSFT JSON data from https://endpoints.office.com/endpoints/Worldwide?ClientRequestId=

This is resulting in queries being made to the GEO Location endpoint that are not needed. If it is an MSFT Address we don't need to look up the location.

Should look to optimize this further.

Canthv0 avatar Jul 09 '19 20:07 Canthv0