JavaScript: Is IP In One Of These Subnets?
问题 So I have ~12600 subnets: eg. 123.123.208.0/20 and an IP. I can use a SQLite Database or an array or whatever There was a similar question asked about a month ago, however I am not looking for checking one IP against one subnet but a bunch of subnets (obviously the most efficient way, hopefully not O(total subnets)) :) How can I check that the IP is one of in one of these subnets, I need true or false not the subnet if that helps optimisation. There are similar subnets in the current list eg.