Skip to content

Commit

Permalink
Merge pull request #62 from AmazingDM/master
Browse files Browse the repository at this point in the history
Update v0.44.0
  • Loading branch information
mvscode authored Jul 15, 2022
2 parents 27dfd81 + 6e1039c commit cb9a9fc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Frps服务端一键配置脚本,Frp最新版本:0.43.0
Frps服务端一键配置脚本,Frp最新版本:0.44.0
===========

*Frp 是一个高性能的反向代理应用,可以帮助您轻松地进行内网穿透,对外网提供服务,支持 tcp, http, https 等协议类型,并且 web 服务支持根据域名进行路由转发。*
Expand Down Expand Up @@ -42,14 +42,22 @@ Frps onkey-install-shell Changelog<br>Frp版本更新说明

<!-- vim-markdown-toc GFM -->

* ## [v0.44.0 [2022/07/11]](#v0.44.0[2022/07/11])
* ### NEW
> Use auto generated certificates if plugin_key_path and plugin_crt_path are empty for plugin https2https and https2http.
> Server dashboard supports TLS configs.
* ### FIX
> xtcp error with IPv6 address.
* ## [v0.43.0 [2022/05/28]](#v0.43.0[2022/05/28])
* ### NEW
> Added route_by_http_user in http and tcpmux proxy to support routing to different clients by HTTP basic auth user.
> CONNECT method can be forwarded in http type proxy.
> Added tcpmux_passthrough in tcpmux proxy. If true, CONNECT request will be forwarded to frpc.
* ## [v0.42.0 [2022/04/22]](#v0.42.0[2022/04/22])
* ### NEW
Expand Down
4 changes: 2 additions & 2 deletions install-frps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin
###export###
export PATH
export FRPS_VER=0.43.0
export FRPS_VER=0.44.0
export FRPS_INIT="https://raw.githubusercontent.com/MvsCode/frps-onekey/master/frps.init"
export aliyun_download_url="https://code.aliyun.com/MvsCode/frps-onekey/raw/master"
export github_download_url="https://github.com/fatedier/frp/releases/download"
Expand All @@ -13,7 +13,7 @@ export github_download_url="https://github.com/fatedier/frp/releases/download"
# Mender : MvsCode
#======================================================================
program_name="frps"
version="220528"
version="220711"
str_program_dir="/usr/local/${program_name}"
program_init="/etc/init.d/${program_name}"
program_config_file="frps.ini"
Expand Down

0 comments on commit cb9a9fc

Please sign in to comment.