frps: add support for quic-bind-port parameter in frps (#4519)

This commit is contained in:
fatedier
2024-10-30 15:12:31 +08:00
committed by GitHub
parent 6ba849fc75
commit 4383756fd4
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
### 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.