Skip to content

[DOCS-10699] add regions to restricted networks page #28958

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 24, 2025
Merged
Changes from 1 commit
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 @@ -16,6 +16,9 @@
tags: ['mobile_testing']
---

{{< site-region region="gov" >}}<div class="alert alert-warning"> Mobile Application Testing is not supported on this <a href="/getting_started/site">Datadog site</a> ({{< region-param key="dd_site_name" >}}).</div>
{{< /site-region >}}

## Overview

Some of your applications might not be available to the public Internet because they are accessing development or local environments, or they are internal applications intended for users within your corporate network (for example, your corporate intranet or VPN).
Expand All @@ -26,19 +29,36 @@

The following is the list of IP ranges associated with the real devices used for Datadog Mobile App Testing:

### AWS device farm

Check warning on line 32 in content/en/synthetics/mobile_app_testing/mobile_app_tests/restricted_networks.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.headings

'AWS device farm' should use sentence-style capitalization.

`54.244.50.32/27`</br>
`99.78.197.0/29`</br>
`15.248.40.40/29`</br>
`54.239.50.200/29`</br>

### US West

Check warning on line 39 in content/en/synthetics/mobile_app_testing/mobile_app_tests/restricted_networks.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.headings

'US West' should use sentence-style capitalization.

`34.125.90.96/27`</br>
`34.125.246.157/32`</br>
`44.225.33.89/32`</br>
`66.85.48.0/21`</br>
`162.222.72.0/21`</br>

### US East

Check warning on line 47 in content/en/synthetics/mobile_app_testing/mobile_app_tests/restricted_networks.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.headings

'US East' should use sentence-style capitalization.

`66.85.48.0/21`</br>
`162.222.72.0/21`</br>
`34.145.254.128/27`</br>

### EU Central

Check warning on line 53 in content/en/synthetics/mobile_app_testing/mobile_app_tests/restricted_networks.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.headings

'EU Central' should use sentence-style capitalization.

`34.107.82.96/27`</br>
`34.141.28.96/32`</br>
`162.222.79.0/27`</br>
`185.94.24.0/22`</br>

### Sauce Connect Proxy

Check warning on line 60 in content/en/synthetics/mobile_app_testing/mobile_app_tests/restricted_networks.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.headings

'Sauce Connect Proxy' should use sentence-style capitalization.

`34.96.70.78`</br>

Below is the list of IP ranges required for executing HTTP steps within Synthetic Mobile Application Tests. You may disregard these ranges if your tests do not use HTTP steps.
Expand Down
Loading