moying8259/rclient

By moying8259

Updated 10 months ago

本项目为PortForwardGo项目下的内网穿透客户端docker版本

Image
Networking
0

105

启动命令例子

docker run -d --name rclient \
  -e API_URL="http://api.example.com" \
  -e PANEL_API_ID="my-api-id" \
  -e PANEL_API_SECRET="my-api-secret" \
  --network host \
  moying8259/rclient:1.2.0-linux-amd64

Docker Pull Command

docker pull moying8259/rclient