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 140148b commit 7d8c4c9Copy full SHA for 7d8c4c9
src/content/docs/magic-wan/configuration/connector/network-options/dhcp/dhcp-relay.mdx
@@ -10,11 +10,11 @@ DHCP Relay provides a way for DHCP clients to communicate with DHCP servers that
10
```mermaid
11
flowchart LR
12
accTitle: An example of Connector in DHCP Relay mode
13
- a(Magic WAN Connector) --> b(Cloudflare/MWAN) --> c(DHCP server)
+ a(Magic WAN Connector) <--> b(Cloudflare/Magic WAN) <--> c(DHCP server)
14
15
subgraph Site A
16
- d[LAN 1] --> a
17
- e[LAN 2] --> a
+ d[LAN 1] <--> a
+ e[LAN 2] <--> a
18
end
19
20
subgraph Site B
0 commit comments