From 288a49165138cbe8071d7f65bdc37a1d627d4d2e Mon Sep 17 00:00:00 2001 From: OpeOginni <107570612+OpeOginni@users.noreply.github.com> Date: Fri, 6 Feb 2026 20:46:32 +0100 Subject: [PATCH] fix(docs-windows-wsl): update caution note for server security (#12467) --- packages/web/src/content/docs/windows-wsl.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/web/src/content/docs/windows-wsl.mdx b/packages/web/src/content/docs/windows-wsl.mdx index ebc35d0d9..ca3b6a4e3 100644 --- a/packages/web/src/content/docs/windows-wsl.mdx +++ b/packages/web/src/content/docs/windows-wsl.mdx @@ -60,13 +60,12 @@ If `localhost` does not work in your setup, connect using the WSL IP address ins :::caution When using `--hostname 0.0.0.0`, set `OPENCODE_SERVER_PASSWORD` to secure the server. +::: ```bash OPENCODE_SERVER_PASSWORD=your-password opencode serve --hostname 0.0.0.0 ``` -::: - --- ## Web Client + WSL