mirror of
https://gitee.com/IrisVega/frp.git
synced 2024-11-01 22:31:29 +08:00
bump version to v0.36.0 (#2301)
This commit is contained in:
parent
184a0ff9ab
commit
0c35863d97
11
Release.md
11
Release.md
@ -1,3 +1,12 @@
|
|||||||
|
### New
|
||||||
|
|
||||||
|
* New plugin `https2https`.
|
||||||
|
* frpc supports `tls_server_name` to override the default value from `server_addr`.
|
||||||
|
|
||||||
|
### Improvement
|
||||||
|
|
||||||
|
* Increase reconnect frequency if it occurs an network error between frpc and frps.
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
|
||||||
* Reduce binary file size.
|
* Fix panic issue about xtcp.
|
||||||
|
@ -19,7 +19,7 @@ import (
|
|||||||
"strings"
|
"strings"
|
||||||
)
|
)
|
||||||
|
|
||||||
var version string = "0.35.1"
|
var version string = "0.36.0"
|
||||||
|
|
||||||
func Full() string {
|
func Full() string {
|
||||||
return version
|
return version
|
||||||
|
Loading…
Reference in New Issue
Block a user