diff --git a/docs/faq/questions/cloud-faq.mdx b/docs/faq/questions/cloud-faq.mdx
index e32d16cffd..462ec2776e 100644
--- a/docs/faq/questions/cloud-faq.mdx
+++ b/docs/faq/questions/cloud-faq.mdx
@@ -233,7 +233,7 @@ by:
4. Review your organization's usage
5. Scroll down and select **Upgrade** under your plan of choice
-## I'm working at a restrictive VPN. Which subdomains do I have to allow on my VPN for Cypress Cloud to work properly?
+## I'm working with a restrictive VPN. Which subdomains do I have to allow on my VPN for Cypress Cloud to work properly?
If you are running the tests from within a restrictive VPN you will need to
allow some URLs so that Cypress can have effective communication with Cypress
@@ -249,3 +249,10 @@ Cloud.
- `https://docs.cypress.io` - **Cypress documentation**
- `https://download.cypress.io` - **CDN download of Cypress binary**
- `https://on.cypress.io` - **URL shortener for link redirects**
+
+**If you are using GitHub Enterprise or GitLab for Enterprise (Self-managed),
+you may also need to add both the following to the version control IP allow
+list:**
+
+- `3.211.102.119` - **Dedicated IP**
+- `18.213.72.78` - **Dedicated IP**
diff --git a/docs/guides/cloud/github-integration.mdx b/docs/guides/cloud/github-integration.mdx
index 6c1b0668f0..aa9c08d613 100644
--- a/docs/guides/cloud/github-integration.mdx
+++ b/docs/guides/cloud/github-integration.mdx
@@ -137,21 +137,29 @@ to GitHub.com to complete the installation:
2. Choose which repositories to associate with the Cypress GitHub App. You can
choose **All repositories** or **Only select repositories**. with your
Cypress GitHub App installation.
-
:::info
-All current and future repositories will be included with this
-installation if you choose All repositories.
+All current and _future_ repositories will be included with this installation if
+you choose **All repositories**.
:::
+
+
3. Click the **Install** button to complete the installation.
+:::warning
+
+If you are running the tests from within a restrictive VPN, see
+[which subdomains to add to your allowlist for Cypress Cloud and your GitHub integration to work properly](/faq/questions/cloud-faq#Im-working-at-a-restrictive-VPN-Which-subdomains-do-I-have-to-allow-on-my-VPN-for-Cypress-Cloud-to-work-properly)
+
+:::
+
### Cypress GitHub Enterprise app installation process
To integrate Cypress Cloud with GitHub Enterprise, you need to create a new
@@ -268,6 +276,13 @@ them into Cypress Cloud, and complete the activation process.
install the app against all repos or select specific ones, then click the
**Install** button.
+:::info
+
+All current and future repositories will be included with this
+installation if you choose All repositories.
+
+:::
+