Skip to content

Commit f4eb1d3

Browse files
[MWAN] Added warning box (#16627)
* added warning box * added note and warning about dns * Update src/content/docs/magic-wan/configuration/connector/network-options/application-based-policies/prioritized-traffic.mdx Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com> --------- Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
1 parent 320dd2b commit f4eb1d3

File tree

2 files changed

+28
-8
lines changed

2 files changed

+28
-8
lines changed

src/content/docs/magic-wan/configuration/connector/network-options/application-based-policies/breakout-traffic.mdx

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,17 @@ title: Breakout traffic
44
head: []
55
description: Breakout traffic allows you to define which applications should
66
bypass Cloudflare’s security filtering.
7-
87
---
98

10-
import { Render } from "~/components"
9+
import { Render } from "~/components";
1110

1211
Breakout traffic allows you to define which applications should bypass Cloudflare’s security filtering, and go directly to the Internet. It works via DNS requests inspection. This means that if your network is caching DNS requests, Breakout traffic will only take effect after you cache entries expire and your client issues a new DNS request that the Magic WAN Connector can detect. This can take several minutes.
1312

13+
:::caution[Warning]
1414
Breakout traffic will not work for applications that use DNS-over-HTTPs.
15+
:::
16+
17+
<br />
1518

1619
```mermaid
1720
flowchart LR
@@ -36,7 +39,10 @@ Refer to [Traffic steering](/magic-wan/reference/traffic-steering/) to learn how
3639

3740
You need to configure Breakout traffic for each of your existing sites, as it is a per-site configuration.
3841

39-
<Render file="connector/app-aware-policies/add-app" params={{ one: "Breakout traffic" }} />
42+
<Render
43+
file="connector/app-aware-policies/add-app"
44+
params={{ one: "Breakout traffic" }}
45+
/>
4046

4147
6. Select one or more applications that should bypass Cloudflare filtering from the list. You can also use the search box.
4248
7. Select **Add applications**.
@@ -45,4 +51,7 @@ The traffic for that application will now go directly to the Internet and bypass
4551

4652
## Delete an application
4753

48-
<Render file="connector/app-aware-policies/delete-app" params={{ one: "Breakout traffic" }} />
54+
<Render
55+
file="connector/app-aware-policies/delete-app"
56+
params={{ one: "Breakout traffic" }}
57+
/>

src/content/docs/magic-wan/configuration/connector/network-options/application-based-policies/prioritized-traffic.mdx

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,26 @@ title: Prioritized traffic
44
head: []
55
description: Prioritized traffic allows you to define which applications are
66
processed first by Magic WAN Connector.
7-
87
---
98

10-
import { Render } from "~/components"
9+
import { Render } from "~/components";
1110

1211
Prioritized traffic allows you to define which applications Magic WAN Connector should process first. Applications not in the list will be queued behind prioritized traffic.
1312

13+
Similarly to breakout traffic, prioritized traffic also works via DNS requests inspection.
14+
15+
:::caution[Warning]
16+
Prioritized traffic will not work for applications that use DNS-over-HTTPS.
17+
:::
18+
1419
## Add an application
1520

1621
You need to configure Prioritized traffic for each of your existing sites, as it is a per-site configuration.
1722

18-
<Render file="connector/app-aware-policies/add-app" params={{ one: "Prioritized traffic" }} />
23+
<Render
24+
file="connector/app-aware-policies/add-app"
25+
params={{ one: "Prioritized traffic" }}
26+
/>
1927

2028
6. Select one or more applications that should take precedence over other traffic. You can also use the search box.
2129
7. Select **Add applications**.
@@ -24,4 +32,7 @@ The traffic for the applications you chose are now processed first by Connector.
2432

2533
## Delete an application
2634

27-
<Render file="connector/app-aware-policies/delete-app" params={{ one: "Prioritized traffic" }} />
35+
<Render
36+
file="connector/app-aware-policies/delete-app"
37+
params={{ one: "Prioritized traffic" }}
38+
/>

0 commit comments

Comments
 (0)