by blamarvt on 8/22/23, 6:50 PM with 4 comments
If there isn't a standard what is the most common way? Docs? Some random URL with IP CIDRs in JSON?
by stephenr on 8/26/23, 3:29 AM
It's not that you should expect to be changing them very often but it's also extremely unlikely someone using your service is going to manually monitor whatever published list you have - whereas a firewall can be set to fetch your list once a day and will therefor get any changes you need to make, automatically.
by TechBro8615 on 8/23/23, 5:51 PM
by tasn on 8/22/23, 6:57 PM
I've seen other companies (e.g. Stripe) also offer it via JSON, but I personally think it's not that important to provide it in a machine readable format if you don't plan on changing it; which you shouldn't as it'll break integrations. You should only add new IPs that can only be allocated to new customers.
P.S, if you'd like to start sending webhooks, you should probably check out Svix: https://www.svix.com
by cpach on 8/24/23, 8:05 AM