image-station/frpc
2021-03-01 18:25:05 +08:00
..
Dockerfile Update frp image 2021-03-01 18:22:13 +08:00
main.c Update frp image 2021-03-01 18:22:13 +08:00
Readme.md frp: Entrypoint move to script 2021-02-20 06:34:46 +08:00

frpc

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

podman run --pod=... -itd frpc 192.168.0.1 7000 test-service tcp 8080 28080