Frp服务端一键配置脚本,脚本默認获取Frp最新版本
Frp服务端一键配置脚本,脚本默認获取Frp最新版本
项目地址:https://github.com/MvsCode/frps-onekey
Frp server one-click configuration script. The script obtains the latest Frp version by default
Frp 是一个高性能的反向代理应用,可以帮助您轻松地进行内网穿透,对外网提供服务,支持 tcp, http, https 等协议类型,并且 web 服务支持根据域名进行路由转发。
- Detail(详情):fatedier
- Script author(脚本原作者):clangcn
Frps-Onekey-Install-Shell For CentOS/Debian/Ubuntu/Fedora (32bit/64bit)
Install(安装)
Gitee
wget https://gitee.com/mvscode/frps-onekey/raw/master/install-frps.sh -O ./install-frps.sh
chmod 700 ./install-frps.sh
./install-frps.sh 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}
解释
Script ChangeLog
[1.0.6] – 2024-06-25
Added
-
Add new server os to support, RHEL,Rocky,AlmaLinux OS.
-
Add new server os on frps.init file
Fixed
- fix check server os version script bug