Skip to content

Commit dcfaf8c

Browse files
[Magic] Corrects step numbering (#18680)
* corrected numbering * indented note
1 parent 4afd224 commit dcfaf8c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/content/partials/magic-transit/tunnel-endpoints/add-tunnels.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,26 +52,26 @@ import { Details, Markdown, Render, TabItem, Tabs } from "~/components";
5252
13. _(Optional)_ The **Health check direction** defaults to **{props.BiVsUniHealthCheck}** for {props.productName}. Refer to [Bidirectional vs unidirectional health checks](#bidirectional-vs-unidirectional-health-checks) for more details.
5353
14. _(Optional)_ **Health check target** is the customer end of the tunnel. This field is only visible when the **Health check direction** is set to _Unidirectional_.
5454

55-
:::note
56-
IPsec tunnels will not function without a pre-shared key (PSK).
57-
:::
55+
:::note
56+
IPsec tunnels will not function without a pre-shared key (PSK).
57+
:::
5858

59-
14. If you do not have a pre-shared key yet:
59+
15. If you do not have a pre-shared key yet:
6060

6161
1. Select **Add pre-shared key later**.
6262
2. _(Optional)_ We recommend you test your tunnel configuration before officially adding it. To test the tunnel, select **Test tunnels**.
6363
3. Select **Add tunnels**.
6464
4. The Cloudflare dashboard will load the list of tunnels you have configured. The IPsec tunnel you have just created will be listed with a warning in the form of a triangle to let you know it is not yet functional. Select **Edit**.
6565
5. Choose **Generate a new pre-shared key** > **Update and generate a pre-shared key**. Save the key to a safe place, and select **Done**.
6666

67-
15. If you already have a pre-shared key:
67+
16. If you already have a pre-shared key:
6868

6969
1. Select **Use my own pre-shared key**.
7070
2. Paste your key in **Your pre-shared key**.
7171
3. _(Optional)_ We recommend you test your tunnel before officially adding it. To test the tunnel, select **Test tunnels**.
7272
4. Select **Add tunnels**.
7373

74-
16. (Optional) Enable **Replay protection** if you have devices that do not support disabling it. Refer to <a href={props.antiReplayPagePath}>Anti-replay protection</a> for more information.
74+
17. (Optional) Enable **Replay protection** if you have devices that do not support disabling it. Refer to <a href={props.antiReplayPagePath}>Anti-replay protection</a> for more information.
7575

7676
</Details>
7777

0 commit comments

Comments
 (0)