Skip to content

Commit 035d0ae

Browse files
Add quotes to labels to fix mermaid diagram
1 parent f7569fb commit 035d0ae

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

src/content/docs/dns/internal-dns/internal-zones/internal-dns-records.mdx

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,22 @@ Cloudflare will try to flatten the CNAME record considering both the specified [
2727

2828
```mermaid
2929
flowchart LR
30-
accTitle: Internal DNS zones and CNAME flattening example
31-
accDescr: Diagram exemplifying Internal DNS zones and containing CNAME and A records
32-
subgraph Internal DNS
33-
subgraph Zone 700 - net
34-
A[@ A 192.0.2.10]
35-
B[xyz CNAME def.example.local]
36-
end
37-
subgraph View 111 - London
38-
subgraph Zone 600 - example.local
39-
X[@ A 192.0.2.1]
40-
Y[abc CNAME xyz.net]
41-
Z[def A 192.0.2.9]
42-
end
43-
end
44-
end
30+
accTitle: Internal DNS zones and CNAME flattening example
31+
accDescr: Diagram exemplifying Internal DNS zones and containing CNAME and A records
32+
33+
subgraph Internal DNS
34+
subgraph Zone 700 - net
35+
A["@ A 192.0.2.10"]
36+
B["xyz CNAME def.example.local"]
37+
end
38+
subgraph View 111 - London
39+
subgraph Zone 600 - example.local
40+
X["@ A 192.0.2.1"]
41+
Y["abc CNAME xyz.net"]
42+
Z["def A 192.0.2.9"]
43+
end
44+
end
45+
end
4546
```
4647

4748
After finding the CNAME record that points to `xyz.net`, Cloudflare cannot resolve it within zone 600. However, since this zone is referencing zone 700, this will be considered in the resolution.

0 commit comments

Comments
 (0)