> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gitar.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Network Access

> Firewall and IP allowlisting requirements for connecting Gitar to your code host

If your code host enforces an IP allowlist — whether it is self-hosted behind a
firewall or a cloud instance with allowlisting enabled (for example, GitHub or
GitLab organization-level IP restrictions) — you must permit traffic from
Gitar's public IP addresses.

These are the external-facing NAT Gateway IPs that Gitar uses for all outbound
requests (e.g., cloning repositories, pushing changes, and calling your code
host's API):

```
35.174.95.3
35.169.30.69
54.225.114.110
```

Add all three IP addresses to your firewall rules or your code host's network
allowlist to ensure uninterrupted connectivity.

<Note>
  These addresses are stable and apply across all supported code hosts (GitHub,
  GitLab, Azure DevOps, and Bitbucket). If your allowlist is configured, add all
  three so a failover between them does not interrupt Gitar.
</Note>
