源码:GitHub - fatedier/frp: A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
# 克隆代码
git clone https://github.com/fatedier/frp.git
# 切换目录
cd frp
# 构建frps服务端
docker build -t frps:s390x -f dockerfiles/Dockerfile-for-frps .
# 构建frpc客户端
docker build -t frpc:s390x -f dockerfiles/Dockerfile-for-frpc .