内网穿透 https://github.com/fatedier/frp

liuyuqi-dellpc 90aea3691e 增加安装脚本 5 months ago
.github 90aea3691e 增加安装脚本 5 months ago
.dockerignore b6ea7d8295 add docker 6 months ago
Dockerfile 90aea3691e 增加安装脚本 5 months ago
README.md 90aea3691e 增加安装脚本 5 months ago
docker-compose.debug.yml b6ea7d8295 add docker 6 months ago
docker-compose.yml b6ea7d8295 add docker 6 months ago
frp-start.bat b6ea7d8295 add docker 6 months ago
frp-start.sh b6ea7d8295 add docker 6 months ago
frpc.ini b6ea7d8295 add docker 6 months ago
frps.ini b6ea7d8295 add docker 6 months ago
frps.service 90aea3691e 增加安装脚本 5 months ago
frps_linux_install.sh 90aea3691e 增加安装脚本 5 months ago
frps_linux_uninstall.sh 90aea3691e 增加安装脚本 5 months ago

README.md

frp

内网穿透

Usage

脚本安装方式:

git clone https://git.yoqi.me/lyq/frp
cd frp
./frps_linux_install.sh
systemctl enable/start/stop/restart frps
service frps status/start/stop/restart

docker方式部署:

docker build -t jianboy/frps:latest .

docker run -rm -d --name=frps --restart=always --network host \
-v /root/frps/frps.ini:/frp/frps.ini jianboy/frps:latest 
docker restart frps

客户端:

下载exe文件,修改frpc.ini配置文件,运行frpc.exe 或者 frp-start.bat