We want to be able to feed IP reputation data to our CDN caches. We're currently importing the data directly from the feed, but once iPoid is up and running, we'd like to be able to get the data from it instead of implementing a second feed import mechanism.
We would need the following endpoints:
- /proxies returning a {LABEL: [ip1, ip2,...], LABEL2: ...} json map
- /proxies/LABEL returning only the list of IPs
- /vpns returning a similar map to the one returned by proxies, but for vpn tunnels
- /vpns/LABEL again more of the above.
I would suggest we don't set up pagination from the start, as it shouldn't be needed IMHO.