Frp 是一个高性能的反向代理应用,可以帮助您轻松地进行内网穿透,对外网提供服务,支持 tcp, http, https 等协议类型,并且 web 服务支持根据域名进行路由转发。
- 详情:fatedier (https://github.com/fatedier/frp)
- 此脚本原作者:clangcn (https://github.com/clangcn/onekey-install-shell)
Note
最近在github发现新的frps脚本,服务端的管理界面由官方替换成可操作性,就是直接在WEB进行Token,Submisson的配置。我没使用过,有兴趣的可以到这了解:https://github.com/Zo3i/frpMgr
之前就有人想要自定义服务端的版本,其实是推荐大家跟随到最新版本,各有所取吧,有打算加入这个功能。
Frps-Onekey-Install-Shell For CentOS/Debian/Ubuntu/Fedora (32bit/64bit)
Install wget
yum -y install wget
yum -y install setup
yum -y install perl
Install(安装)
Github
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
Uninstall(卸载)
./install-frps.sh uninstall
Update(更新)
./install-frps.sh update
Server management(服务管理器)
Usage: /etc/init.d/frps {start|stop|restart|status|config|version}
本文章由 brokenway 转载于 Github ,文章所述不代表本站观点,法律风险由发布者自行承担,转载请注明出处!