Skip to content

Commit bc0c1f8

Browse files
Create separate sections for fetch and connect
1 parent 532f942 commit bc0c1f8

File tree

1 file changed

+7
-3
lines changed
  • src/content/docs/aegis/configuration-options

1 file changed

+7
-3
lines changed

src/content/docs/aegis/configuration-options/workers.mdx

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ head:
1111

1212
When paired with Aegis, whenever Cloudflare's developer platform needs to access services on your origin, it will use the dedicated IP addresses.
1313

14-
:::note
15-
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.
16-
:::
14+
## `fetch`
15+
16+
For Workers subrequests — meaning requests from one Worker to another — it is expected that different IPs are used. However, [`fetch()` requests](/workers/runtime-apis/fetch/) to external origins made by a Worker invoked via a subrequest will use the dedicated IP addresses.
17+
18+
## `connect`
19+
20+
For [`connect()` requests](/workers/runtime-apis/tcp-sockets/) - which create outbound TCP connections from Workers - Aegis IPs are **not** used.

0 commit comments

Comments
 (0)