Compare commits

..

2 Commits

Author SHA1 Message Date
nkdns
b3761f5701
Merge 3208c975bb9f7d55e96c326e3f910aafa26b61c2 into f47d8ab97fd48b8ced82eb143bc52126db51a19e 2024-12-17 21:21:21 +08:00
fatedier
f47d8ab97f
update Release.md (#4589) 2024-12-16 19:33:58 +08:00
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
### Features
* `tzdata` is installed by default in the container image, and the time zone can be set using the `TZ` environment variable.
* The `quic-bind-port` command line parameter is supported in frps, which specifies the port for accepting frpc connections using the QUIC protocol.
* The `quic-bind-port` command line parameter is supported in frps, which specifies the port for accepting frpc connections using the QUIC protocol.
* The vhost HTTP proxy of frps supports the h2c protocol.

View File

@ -14,7 +14,7 @@
package version
var version = "0.61.0"
var version = "0.61.1"
func Full() string {
return version