Skip to content

Commit 1322bec

Browse files
committed
Add better node names
1 parent 142d404 commit 1322bec

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ flowchart TB
1414
dns2["1.1.1.1"]
1515
dns4["Custom resolver"]
1616
dns3["Resolver policies <br>(Enterprise users only)"]
17-
n4["Internal DNS"]
17+
internal["Internal DNS"]
1818
end
1919
subgraph DNS["DNS"]
2020
dns1["DNS policies"]
@@ -29,7 +29,7 @@ flowchart TB
2929
subgraph Proxy["Proxy"]
3030
HTTP
3131
network1["Network policies"]
32-
n5["Non-HTTP(S) traffic"]
32+
nonhttp["Non-HTTP(S) traffic"]
3333
end
3434
subgraph Egress["Egress"]
3535
egress1["Egress policies <br>(Enterprise users only)"]
@@ -47,14 +47,14 @@ flowchart TB
4747
http2 --> http3
4848
http0 --> magic["Magic Firewall"]
4949
magic --> egress1
50-
egress1 --> n2["Check for origin availability (TCP SYN)"]
51-
n2 --> network1
50+
egress1 --> tcp["Check for origin availability (TCP SYN)"]
51+
tcp --> network1
5252
http3 --> internet
5353
https -- HTTPS --> http1
5454
https -- HTTP --> http2
55-
network1 --> https & n5
56-
dns3 --> n4 & dns2
57-
n5 -----> internet
55+
network1 --> https & nonhttp
56+
dns3 --> internal & dns2
57+
nonhttp -----> internet
5858
5959
https@{ shape: hex}
6060
http0@{ shape: lean-r}

0 commit comments

Comments
 (0)