项目作者: qxzg

项目描述 :
Frps一键安装脚本
高级语言: Shell
项目地址: git://github.com/qxzg/frp-install-shell.git
创建时间: 2018-11-29T14:58:42Z
项目社区:https://github.com/qxzg/frp-install-shell

开源协议:Do What The F*ck You Want To Public License

下载


Frp-Install-Shell

此脚本原作者clangcn/onekey-install-shell

感谢fatedier/frp提供这么优秀的软件

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

安装平台:CentOS7+。

Server

Install

  1. wget https://raw.githubusercontent.com/qxzg/frp-install-shell/master/install-frps.sh -O ./install-frps.sh;chmod +x install-frps.sh
  2. ./install-frps.sh install

Uninstall

  1. ./install-frps.sh uninstall

Update

  1. ./install-frps.sh update

服务器管理

  1. Usage: /etc/init.d/frps {start|stop|restart|status|config|version}