Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ title: "Firewall configuration"
description: Configure your firewall to allow Seqera Cloud access
date created: "2023-04-12"
last updated: "2026-01-05"
tags: [firewall, configuration, dns, allowlist]
tags: [firewall, configuration, dns, allowlist, meta-seqera.io]
---

Seqera Platform Cloud ([cloud.seqera.io](https://cloud.seqera.io)) may need to connect to resources within your network, e.g., your storage server. To do so, your firewall must be configured to allow certain IPs to reach your resources.

A dynamic list of IPs is kept up-to-date at https://meta.seqera.io.
A dynamic list of IPs is kept up-to-date at [https://meta.seqera.io](https://meta.seqera.io).

This endpoint returns a JSON object that can be parsed to dynamically adapt your firewall, e.g., in Python with the `requests` package:

Expand Down