mirror of
https://github.com/Kiritow/image-station.git
synced 2024-03-22 13:30:54 +08:00
280 B
280 B
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