style: fmt code

This commit is contained in:
ReaJason
2026-04-26 14:11:38 +08:00
parent fbca58878a
commit 696bc206ce
150 changed files with 948 additions and 1522 deletions
+7 -2
View File
@@ -1,7 +1,8 @@
---
title: Proxy
---
import { Step, Steps } from 'fumadocs-ui/components/steps';
import { Step, Steps } from "fumadocs-ui/components/steps";
参考地址:https://github.com/veo/wsMemShell/blob/main/static/websocketproxy.md
@@ -12,6 +13,7 @@ import { Step, Steps } from 'fumadocs-ui/components/steps';
### 选择 Proxy
![proxy_ws.png](../images/proxy_ws.png)
</Step>
<Step>
@@ -35,6 +37,7 @@ https://github.com/go-gost/gost
```bash
> curl -x socks5h://127.0.0.1:1080 https://www.baidu.com
```
</Step>
</Steps>
@@ -45,6 +48,7 @@ https://github.com/go-gost/gost
### 选择 Proxy 并填写参数
![proxy_bypass_ws.png](../images/proxy_bypass_ws.png)
</Step>
<Step>
@@ -97,5 +101,6 @@ chains:
```bash
> curl -x socks5h://127.0.0.1:1080 https://www.baidu.com
```
</Step>
</Steps>
</Steps>