Skip to content

Commit 750d9d0

Browse files
authored
Update sonicwall.mdx HC example (#18806)
Set the example to best practices for SonicWall according to ex-IM team
1 parent 5179ec9 commit 750d9d0

File tree

1 file changed

+2
-2
lines changed
  • src/content/docs/magic-wan/configuration/manually/third-party

1 file changed

+2
-2
lines changed

src/content/docs/magic-wan/configuration/manually/third-party/sonicwall.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,10 @@ https://api.cloudflare.com/client/v4/accounts/{account_id}/magic/ipsec_tunnels/{
194194
--header "Content-Type: application/json" \
195195
--data '{
196196
"health_check": {
197+
"direction": "bidirectional",
197198
"enabled": true,
198-
"target": "SONICWALL_WAN_IP",
199199
"type": "request",
200-
"rate": "mid"
200+
"rate": "low"
201201
}
202202
}'
203203
```

0 commit comments

Comments
 (0)