Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/content/docs/dns/internal-dns/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,13 @@ flowchart LR
accDescr: Diagram exemplifying Internal DNS zones and records relationship
subgraph View 111 - London
subgraph Zone 601 - local
S[@ A 192.0.2.10]
T[ghi.example A 192.0.2.15]
S["@ A 192.0.2.10"]
T["ghi.example A 192.0.2.15"]
end
subgraph Zone 600 - example.local
X[@ A 192.0.2.1]
Y[abc A 192.0.2.6]
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"]
end
end
```
Expand Down