Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Aug 22, 2023
1 parent dbd8bc6 commit 067e463
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/pages/guide/platform-proxy.zh.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ GZCTF 自带对于流量的 WebSocket-TCP 转发功能和对应的流量记录

## 使用

在平台代理开启后,可以使用平台的 `/api/proxy/{guid}` 接口进行流量转发
在平台代理开启后,可以使用平台的 `/api/proxy/{guid}` 接口进行 TCP over WebSocket 流量转发

可用客户端[WebSocketReflectorX](https://github.com/XDSEC/WebSocketReflectorX) 进行本地端口代理,从而进行无感交互。
可用任意支持此方式的程序进行连接,或使用推荐客户端[WebSocketReflectorX](https://github.com/XDSEC/WebSocketReflectorX) 进行本地端口代理,从而进行无感交互。

## 注意事项

Expand Down
6 changes: 3 additions & 3 deletions docs/pages/quick-start.zh.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ docker compose exec db psql -U postgres
psql (15.2)
Type "help" for help.

postgres=# \c ctf
You are now connected to database "ctf" as user "postgres".
ctf=# #do your sql query
postgres=# \c gzctf
You are now connected to database "gzctf" as user "postgres".
gzctf=# #do your sql query
```

## 使用 Redis 作为缓存
Expand Down

0 comments on commit 067e463

Please sign in to comment.