image-station/frpc/Readme.md

12 lines
280 B
Markdown
Raw Normal View History

2021-02-20 06:34:46 +08:00
# frpc
2021-02-03 16:48:21 +08:00
2021-02-20 06:34:46 +08:00
[frp](https://github.com/fatedier/frp) is a fast reverse proxy written in Go.
Use with Podman Pods.
Example: The following command expose port 8080 inside pod to 192.168.0.1:28080
2021-02-03 16:48:21 +08:00
```shell
podman run --pod=... -itd frpc 192.168.0.1 7000 test-service tcp 8080 28080
```