# Network Configuration

{% hint style="danger" %}
**WARNING** This list may change at any time, please monitor it for changes.
{% endhint %}

Performing integrations with Gomboc will require proper network and security configuration to allow API requests from Gomboc to send and receive properly.

## Allow Listing Configuration

The following are domains and IPs that you may need to configure to allow traffic through your firewalls if you do Domain or IP based security.

### Domains

* app.gomboc.ai
* api.app.gomboc.ai
* egress.app.gomboc.ai
* cspm.app.gomboc.ai
* integrations.app.gomboc.ai
* rules.app.gomboc.ai
* scan.app.gomboc.ai

### IPs

Ingress:

* `34.49.16.191`
* `34.49.39.234`
* `34.54.63.132`
* `34.54.121.227`
* `34.54.140.121`
* `34.117.124.50`

Egress:

* `34.145.145.163`

## Security Controls

For SCM integrations, the API endpoints often require use of UUIDs in the requests. This traffic can be detected by a security control such as a Web Application Firewall (WAF) or data loss prevention (DLP) solutions like Atlassian Guard as bot activity due to the high entropy of the requests. To ensure a successful integration with Gomboc, it is helpful to consult with your network or security controls administrator to ensure that there are not controls in place that would hinder product operation.


---

# 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.gomboc.ai/integrations/domains-ips.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.
