Frp 是一个高性能的反向代理应用,可以帮助您轻松地进行内网穿透,对外网提供服务,支持 tcp, http, https 等协议类型,并且 web 服务支持根据域名进行路由转发。
- 详情:fatedier (https://github.com/fatedier/frp)
- 此脚本原作者:clangcn (https://github.com/clangcn/onekey-install-shell)
wget https://raw.githubusercontent.com/MvsCode/frp-onekey/dev/install-frps.sh -O ./install-frps.sh
chmod 700 ./install-frps.sh
./install-frps.sh install
./install-frps.sh uninstall
./install-frps.sh update
Usage: /etc/init.d/frps {start|stop|restart|status|config|version}
-
Fix a match problem with multilevel subdomain. #1132
frps --log_file is useless. #1125 -
Support TLS between frpc and frps, Set tls enable to enable this feature in frpC.Improve stability of xtcp.
Fix a bug that xtcp don't release connections in some case.
-
Fix Error clear frpc configure file when /api/config called without token set
-
New Support admin UI for frpc
-
Fix Reload proxy not saved after reconnecting
-
Fix client not working caused by reconnecting.
-
Fix status api.
Fix reload and status command error. -
Support render configure file template with os environment.
Remove check for authentication timeout.