# Medianova IP Blocks

Medianova’s CDN uses specific IP address ranges to fetch content from your origin servers.\
If your origin server uses a firewall or IP-based access controls, you **must allow all addresses listed below** to ensure reliable access from Medianova edge servers.\
This allows the CDN to retrieve and deliver your content securely and efficiently.

#### Available Formats

<table><thead><tr><th width="109.00006103515625">Format</th><th width="221" align="center">URL</th><th>Description</th></tr></thead><tbody><tr><td><strong>JSON</strong></td><td align="center"><a href="https://cloud.medianova.com/api/v1/ip/blocks-list">Medianova CDN IP ranges (JSON)</a></td><td>Structured format with separate IPv4 and IPv6 lists. Useful for automation and API integrations.</td></tr><tr><td><strong>Plain Text</strong></td><td align="center"><a href="https://cloud.medianova.com/api/v1/ip/addresses-txt">Medianova CDN IP ranges (Text)</a></td><td>Simple text file where each IP block is listed on a separate line. Suitable for manual import or quick reference.</td></tr><tr><td><strong>CSV</strong></td><td align="center"><a href="https://cloud.medianova.com/api/v1/ip/block-list-csv">Medianova CDN IP ranges (CSV)</a></td><td>Comma-separated values file suitable for importing IP blocks into spreadsheets or scripts.</td></tr></tbody></table>

{% hint style="warning" %}
Only allow traffic from Medianova’s IP ranges to reach your origin server (block all other sources). This practice secures your origin by preventing direct attacks and bypass attempts. Also ensure you include every address (both IPv4 and IPv6) in the allowlist. If any Medianova IP is omitted or blocked, the CDN cannot retrieve content from your origin.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://clients.medianova.com/products/performance-cdn/static-content-delivery/configuration-basics/medianova-ip-blocks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
