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/master/install-frps.sh -O ./install-frps.sh
chmod 700 ./install-frps.sh
./install-frps.sh install
wget https://code.aliyun.com/MvsCode/frp-onekey/raw/master/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 bug when use_encryption is true for xtcp.
-
New disable_log_color configure to disable console log color. Plugin https2http support attatch headers by plugin_header_ prefix.
Provide a high-level Go API.
max_pool_count is invalid. Judge error between IPv4 and IPv6 in proxy protocol
-
Fix a bug that health check worker may stop unexpected.
-
Update standard http ReverseProxy to handle more upgrade protocol Update some vendor packages.
-
type http support load balancing.
Fix a connection leak problem when login_fail_exit is false.
-
Add read timeout for TLS connection check.
-
Proxy Protocol support plugin unix_domain_socket.
frps support custom 404 page. -
Support Proxy Protocol.
New plugin https2http.Fix router config conflict when frpc start by command line mode. #1165
-
Fix panic error when reconnection with tls_enable is true.
-
Change Update version of kcp-go.
Fix connection leak of http health check. #1155
-
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.