Skip to content
/ frp Public

Frps服务端一键配置脚本(良心无广告,无病毒)

Notifications You must be signed in to change notification settings

lj47312/frp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Frps服务端一键配置脚本,最新版本:0.53.2

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

Frp

Install(安装)

Github

wget --no-check-certificate https://github.itzmx.com/lj47312/frp/master/frps-install.sh -O ./frps-install.sh && chmod 700 ./frps-install.sh && ./frps-install.sh install

Gitee

wget --no-check-certificate https://gitee.com/lj47312/frp/raw/main/frps-install.sh -O ./frps-install.sh && chmod 700 ./frps-install.sh && ./frps-install.sh install

Uninstall(卸载)

./frps-install.sh uninstall

Update(更新)

./frps-install.sh update

Server management(服务管理器)

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