# Allowlisting Whalesync IP addresses

In some cases, access to your databases or internal systems from Whalesync may be blocked by your organization's network security settings. Whalesync uses a static outbound IP address for syncing data with your connected databases and services. Other operations, such as webhook callbacks, may not use this static IP and could still be affected by your network security settings even after allowlisting.

We recommend that your organization allows the following IP address:

```
34.66.3.22
```

## How to allowlist

### Cloud-hosted databases (AWS, GCP, etc.)

Add `34.66.3.22/32` to the inbound rules of the security group or firewall associated with your database instance.

### Supabase

In your Supabase dashboard, navigate to **Database Settings > Network Restrictions** and add `34.66.3.22/32` as an allowed address.

### Self-hosted / on-premise

Add `34.66.3.22` to your firewall's allowlist for the port your database is running on.

{% hint style="info" %}
If you have any trouble connecting after allowlisting, reach out to us via the in-app chat or at <support@whalesync.com>.
{% 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://docs.whalesync.com/resources/support/allowlist-ip.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.
