Skip to content

Commit 1ac1a59

Browse files
committed
Add resolved by
1 parent 1322bec commit 1ac1a59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ flowchart TB
4141
dns3 -- Resolved by --> dns4
4242
dns2 -----> internet(["Internet"])
4343
dns4 -----> internet
44-
dns4 -.-> cloudflare["Private network services <br>(Cloudflare Tunnel, Magic WAN, WARP Connector)"]
44+
dns4 ---> cloudflare["Private network services <br>(Cloudflare Tunnel, Magic WAN, WARP Connector)"]
4545
http1 -- Do Not Inspect --> internet
4646
http1 -- Inspect --> http2
4747
http2 --> http3
@@ -53,7 +53,7 @@ flowchart TB
5353
https -- HTTPS --> http1
5454
https -- HTTP --> http2
5555
network1 --> https & nonhttp
56-
dns3 --> internal & dns2
56+
dns3 -- Resolved by --> internal & dns2
5757
nonhttp -----> internet
5858
5959
https@{ shape: hex}

0 commit comments

Comments
 (0)