Skip to content

regcole/IpChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IpChecker

Matches IP's against https://github.com/firehol/blocklist-ipsets

Sample Request

POST http://localhost:8080/checkIp/
content-type: application/json

{
  "ips": ["213.194.164.102","213.194.164.101","223.72.35.210","223.72.35.212"]
}

Sample Response

{
  "matchedIps": [
    "213.194.164.101",
    "223.72.35.210"
  ]
}

Releases

No releases published

Packages

No packages published

Languages