mirror of
https://github.com/fatedier/frp.git
synced 2025-05-10 17:08:26 +00:00
Compare commits
2 Commits
57cc13822e
...
b3761f5701
Author | SHA1 | Date | |
---|---|---|---|
|
b3761f5701 | ||
|
f47d8ab97f |
@ -2,3 +2,4 @@
|
|||||||
|
|
||||||
* `tzdata` is installed by default in the container image, and the time zone can be set using the `TZ` environment variable.
|
* `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.
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
package version
|
package version
|
||||||
|
|
||||||
var version = "0.61.0"
|
var version = "0.61.1"
|
||||||
|
|
||||||
func Full() string {
|
func Full() string {
|
||||||
return version
|
return version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user