Skip to content

Commit 72d0704

Browse files
committed
fix details component
1 parent 30e5cef commit 72d0704

File tree

1 file changed

+2
-8
lines changed
  • src/content/docs/cloudflare-one/connections/connect-networks/private-net

1 file changed

+2
-8
lines changed

src/content/docs/cloudflare-one/connections/connect-networks/private-net/warp-connector.mdx

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,7 @@ To install WARP Connector on a host machine:
9393
Success
9494
```
9595

96-
<details>
97-
<summary>Troubleshoot connection</summary>
98-
<div>
96+
<Details header="Troubleshoot connection">
9997

10098
If WARP is disconnected, try the following troubleshooting strategies:
10199

@@ -105,11 +103,7 @@ To install WARP Connector on a host machine:
105103

106104
- Review your [WARP daemon logs](/cloudflare-one/connections/connect-devices/warp/troubleshooting/warp-logs/) for information about why the connection is failing.
107105

108-
```sh
109-
echo 'net.ipv4.ip_forward = 1' | sudo tee -a /etc/sysctl.d/99-warp-svc.conf
110-
sudo sysctl -p /etc/sysctl.d/99-warp-svc.conf
111-
```
112-
</Details>
106+
</Details>
113107

114108
WARP Connector software is now installed but not yet routing traffic.
115109

0 commit comments

Comments
 (0)