2024-05-30 21:46:16 +08:00
2024-05-30 21:46:16 +08:00
2024-05-25 18:45:01 +08:00
2024-05-25 19:16:45 +08:00
2023-05-10 00:37:07 +08:00
2023-10-23 22:58:34 +08:00

Frps服务端一键配置脚本脚本已支持获取Frp最新版本

Frp 是一个高性能的反向代理应用,可以帮助您轻松地进行内网穿透,对外网提供服务,支持 tcp, http, https 等协议类型,并且 web 服务支持根据域名进行路由转发。

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}

Frps onkey-install-shell

  • Shell Updated [2023/10/23]

    Added architecture detection for arm, arm64, mips, mips64, mips64le, mipsle, and riscv64.

    Integrated functionality to retrieve the latest software version from both Gitee and GitHub.

    • The Frps Version update details will no longer be indicated today

Description
No description provided
Readme GPL-3.0 13 MiB
Languages
Shell 100%