Files
Enes Cakir 9e50d411b3 Serve a list of available IPv4 ranges
For security reasons, some of our customers need to restrict access to
their resources by IP address. We currently share this list with them
manually. Since it may change over time, we decided to automate the
process and provide a simple API endpoint that returns the available
IPv4 ranges.

Instead of sharing exact IP addresses, we provide /16 CIDR ranges of
IPv4 addresses to avoid exposing our addresses directly, which could
make them vulnerable to attacks.

Since customers may frequently call this endpoint, we don't want to run
the query every time. Instead, we cache the result in a file and return
the file's contents with cache headers. This way, the WAF can cache the
result and return it to customers without hitting the API each time.
2025-06-19 18:49:41 +03:00
..
2024-11-22 08:42:42 -08:00
2025-05-20 16:24:53 +05:30
2025-05-26 16:48:14 +02:00
2025-05-23 09:28:10 +02:00
2023-04-25 15:59:56 -07:00
2025-06-19 18:49:41 +03:00