image-station/frpc/Readme.md

8 lines
145 B
Markdown
Raw Normal View History

2021-02-03 16:48:21 +08:00
# frp client
Start container with pod (using podman):
```shell
podman run --pod=... -itd frpc 192.168.0.1 7000 test-service tcp 8080 28080
```