Skip to content

Commit b461af1

Browse files
committed
Update egress position
1 parent 6cf369b commit b461af1

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

src/content/partials/cloudflare-one/gateway/order-of-enforcement.mdx

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ import { Render } from "~/components";
66

77
```mermaid
88
flowchart TB
9-
%% Accessibility
10-
accTitle: Gateway order of enforcement
11-
accDescr: Flowchart describing the order of enforcement for Gateway policies.
12-
139
subgraph Resolution["Resolution"]
1410
dns2["1.1.1.1"]
1511
dns4["Custom resolver"]
@@ -31,7 +27,6 @@ flowchart TB
3127
subgraph Proxy["Proxy"]
3228
HTTP
3329
Network
34-
Egress["Egress"]
3530
end
3631
subgraph Egress["Egress"]
3732
egress1["Egress policies <br>(Enterprise users only)"]
@@ -46,15 +41,15 @@ flowchart TB
4641
dns4 -.-> cloudflare["Private network services <br>(Cloudflare Tunnel, Magic WAN, etc.)"]
4742
http1 -. Inspect .-> http2
4843
http2 --> http3
49-
network1 -.-> egress1
50-
http0 --> n1["Magic Firewall"]
51-
n1 --> n2["Check for origin availability (TCP SYN)"]
44+
http0 --> magic["Magic Firewall"]
45+
magic --> egress1
46+
egress1 --> n2["Check for origin availability (TCP SYN)"]
5247
n2 --> network1
5348
http3 --> internet
5449
http1 -- Do Not Inspect --> internet
55-
egress1 --> https
5650
https -- HTTPS --> http1
5751
https -. HTTP .-> http2
52+
network1 --> https
5853
5954
https@{ shape: hex}
6055
http0@{ shape: lean-r}

0 commit comments

Comments
 (0)