File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
src/content/partials/cloudflare-one/gateway Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,6 @@ import { Render } from "~/components";
66
77``` mermaid
88flowchart 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}
You can’t perform that action at this time.
0 commit comments