# frp-onekey **Repository Path**: iliangwei/frp-onekey ## Basic Information - **Project Name**: frp-onekey - **Description**: Frps 一键安装脚本&管理脚本 A tool to auto-compile & install frps on Linux - **Primary Language**: Shell - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Frps服务端一键配置脚本,最新版本:0.24.1 =========== *Frp 是一个高性能的反向代理应用,可以帮助您轻松地进行内网穿透,对外网提供服务,支持 tcp, http, https 等协议类型,并且 web 服务支持根据域名进行路由转发。* * 详情:fatedier (https://github.com/fatedier/frp) * 此脚本原作者:clangcn (https://github.com/clangcn/onekey-install-shell) ## Frps-Onekey-Install-Shell ### Install(安装) ```Bash wget https://raw.githubusercontent.com/MvsCode/frp-onekey/master/install-frps.sh -O ./install-frps.sh chmod 700 ./install-frps.sh ./install-frps.sh install ``` ### Uninstall(卸载) ```Bash ./install-frps.sh uninstall ``` ### Update(更新) ```Bash ./install-frps.sh update ``` ### Server management(服务管理器) ```Bash Usage: /etc/init.d/frps {start|stop|restart|status|config|version} ```