We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0806e55 commit cb717e0Copy full SHA for cb717e0
src/content/docs/dns/internal-dns/index.mdx
@@ -86,13 +86,13 @@ flowchart LR
86
accDescr: Diagram exemplifying Internal DNS zones and records relationship
87
subgraph View 111 - London
88
subgraph Zone 601 - local
89
- S[@ A 192.0.2.10]
90
- T[ghi.example A 192.0.2.15]
+ S["@ A 192.0.2.10"]
+ T["ghi.example A 192.0.2.15"]
91
end
92
subgraph Zone 600 - example.local
93
- X[@ A 192.0.2.1]
94
- Y[abc A 192.0.2.6]
95
- Z[def A 192.0.2.9]
+ X["@ A 192.0.2.1"]
+ Y["abc A 192.0.2.6"]
+ Z["def A 192.0.2.9"]
96
97
98
```
0 commit comments