diff --git a/src/content/docs/aegis/configuration-options/workers.mdx b/src/content/docs/aegis/configuration-options/workers.mdx index b1528e587412ff8..d2a7012f6a23eb4 100644 --- a/src/content/docs/aegis/configuration-options/workers.mdx +++ b/src/content/docs/aegis/configuration-options/workers.mdx @@ -12,5 +12,5 @@ head: When paired with Aegis, whenever Cloudflare's developer platform needs to access services on your origin, it will use the dedicated IP addresses. :::note -For Workers subrequests, it is expected that other IPs are used. -::: \ No newline at end of file +For Workers subrequests — meaning requests from one Worker to another — it is expected that different IPs are used. However, requests to external origins made by a Worker invoked via a subrequest will use the dedicated IP addresses. +:::