mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-22 07:00:43 +08:00
style: fmt code
This commit is contained in:
@@ -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
|
||||
|
||||

|
||||
|
||||
</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 并填写参数
|
||||
|
||||

|
||||
|
||||
</Step>
|
||||
|
||||
<Step>
|
||||
@@ -97,5 +101,6 @@ chains:
|
||||
```bash
|
||||
> curl -x socks5h://127.0.0.1:1080 https://www.baidu.com
|
||||
```
|
||||
|
||||
</Step>
|
||||
</Steps>
|
||||
</Steps>
|
||||
|
||||
Reference in New Issue
Block a user