vault backup: 2023-07-12 10:34:48

This commit is contained in:
BlueRose 2023-07-12 10:34:48 +08:00
parent a1a7c5879e
commit 2b6ad1c951

View File

@ -7,7 +7,7 @@ rating: ⭐
---
# 服务端配置
Docker命令
Docker 启动**frps**的命令:
```bash
docker run --restart=always --network host -d \
-v /etc/frp/frps.ini:/etc/frp/frps.ini \
@ -51,6 +51,11 @@ remote_port = 18188
```
# 内网Linux客户端
Docker 启动**frpc**的命令:
```bash
docker run --restart=always --network host -d \
-v /etc/frp/frpc.ini:/etc/frp/frpc.ini \
--name frpc snowdreamtech/frpc
```
# 内网Win客户端
# 外网Win客户端