Frp 是一个高性能的反向代理应用,可以帮助您轻松地进行内网穿透,对外网提供服务,支持 tcp, http, https 等协议类型,并且 web 服务支持根据域名进行路由转发。
- 详情:fatedier (https://github.com/fatedier/frp)
- 此脚本原作者:clangcn (https://github.com/clangcn/onekey-install-shell)
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
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
./frps-install.sh uninstall
./frps-install.sh update
Usage: /etc/init.d/frps {start|stop|restart|status|config|version}