# IPアドレスのホワイトリスト設定

ネットワークがIPアドレスによるアクセス制限を実施している場合（例：ファイアウォール、VPN、プライベートAPIなど）、アプリビルド、APIコール、外部連携を含む全てのサービスが正常に機能するよう、**AdaloのIP範囲をホワイトリストに登録**する必要がある場合があります。

#### 📡 AdaloのIPアドレス範囲

当社のデータセンターでは以下のIP範囲を使用しています。お客様のシステムとAdalo間の通信を中断なく確保するため、必要に応じてこれらの範囲をホワイトリストに登録してください。

```
66.151.48.0/22  
66.45.80.0/22  
66.71.204.0/22
```

これらの範囲はAdaloのインフラ全体で動的に使用される可能性があるため、ホワイトリスト登録時には個別のIPアドレスではなく、ブロック全体を含めることが重要です。

#### 🧠 ホワイトリスト設定が重要な理由

これらの範囲をホワイトリストに登録することで、

* ファイアウォールによるAPIコールのブロックを回避できます
* Adaloのサーバーがお客様のバックエンドや認証システムと通信できるようになります
* ネットワーク制限が適用されてもアプリの安定性が維持されます

マネージドホスティングまたは企業のIT環境を利用している場合は、このリストを**IT管理者またはセキュリティ管理者**と共有し、設定の更新を依頼しましょう。


---

# 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://help.adalo.com/ja/integrations/whitelisting-ip-addresses.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.
