FRP服务器端一键安装脚本
脚本适用于安装平台:CentOS、Debian、Ubuntu(如果只需要穿透内网访问nas或者emby建议使用nps速度稳定些)
FRP项目地址:https://github.com/fatedier/frp
FRP一键脚本地址:https://github.com/MvsCode/frps-onekey
1、FRP服务器端一键安装脚本
wget https://raw.githubusercontent.com/mvscode/frps-onekey/master/install-frps.sh -O ./install-frps.sh
chmod 700 ./install-frps.sh
./install-frps.sh install设置后台运行
nohup ./frps -c frps.ini >/dev/null 2>&1 &FRP常用命令:
开启FRP:frps start
停止FRP:frps stop
重启FRP:frps restart
转载地址:https://github.com/MvsCode/frps-onekey
页:
[1]