We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb912d6 commit f47d8abCopy full SHA for f47d8ab
Release.md
@@ -1,4 +1,5 @@
1
### Features
2
3
* `tzdata` is installed by default in the container image, and the time zone can be set using the `TZ` environment variable.
4
-* 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.
5
+* The vhost HTTP proxy of frps supports the h2c protocol.
pkg/util/version/version.go
@@ -14,7 +14,7 @@
14
15
package version
16
17
-var version = "0.61.0"
+var version = "0.61.1"
18
19
func Full() string {
20
return version
0 commit comments