We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 896db27 commit 2e2a4c0Copy full SHA for 2e2a4c0
README.md
@@ -51,4 +51,6 @@ docker build -f DockerfileFrps --build-arg FRP_VERSION="0.36.2" -t mtjo/frp:frps
51
### 生成frpc(修改FRP_VERSION为对应版本号)
52
```
53
docker build -f DockerfileFrpc --build-arg FRP_VERSION="0.36.2" -t mtjo/frp:frpc-v0.36.2 .
54
-```
+```
55
+
56
+webui 使用的是[webproc](https://github.com/jpillora/webproc) 感谢 jpillora
0 commit comments