Skip to content

Commit 6c39a68

Browse files
added jsontype
1 parent 6ebdb50 commit 6c39a68

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ import { Render } from "~/components";
1111
<Render file="connector/app-aware-policies/breakout-prioritized" params={{
1212
magicWord: "breakout",
1313
featureName: "Breakout traffic",
14-
whatHappensApp: "will now go directly to the Internet and bypass Cloudflare's filtering"
14+
whatHappensApp: "will now go directly to the Internet and bypass Cloudflare's filtering",
15+
jsonType: "breakout"
1516
}} />

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ import { Render } from "~/components";
1111
<Render file="connector/app-aware-policies/breakout-prioritized" params={{
1212
magicWord: "prioritized",
1313
featureName: "Prioritized traffic",
14-
whatHappensApp: "is now processed first by Connector"
14+
whatHappensApp: "is now processed first by Connector",
15+
jsonType: "priority"
1516
}} />

0 commit comments

Comments
 (0)