You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have optimized the heartbeat mechanism when tcpmux is enabled (enabled by default). The default value of `heartbeatInterval` has been adjusted to -1. This update ensures that when tcpmux is active, the client does not send additional heartbeats to the server. Since tcpmux incorporates its own heartbeat system, this change effectively reduces unnecessary data consumption, streamlining communication efficiency between client and server.
4
-
5
-
When connecting to frps versions older than v0.39.0 might encounter compatibility issues due to changes in the heartbeat mechanism. As a temporary workaround, setting the `heartbeatInterval` to 30 can help maintain stable connectivity with these older versions. We recommend updating to the latest frps version to leverage full functionality and improvements.
6
-
7
-
### Features
1
+
### Fixes
8
2
9
-
*Show tcpmux proxies on the frps dashboard.
10
-
*`http` proxy can modify the response header. For example, `responseHeaders.set.foo = "bar"` will add a new header `foo: bar` to the response.
3
+
*Fixed an issue where HTTP/2 was not enabled for https2http and https2https plugins.
4
+
*Fixed the issue where the default values of INI configuration parameters are inconsistent with other configuration formats.
11
5
12
-
### Fixes
6
+
### Changes
13
7
14
-
* When an HTTP proxy request times out, it returns 504 instead of 404 now.
8
+
* Updated the default value of `transport.tcpMuxKeepaliveInterval` from 60 to 30.
9
+
* On the Android platform, the Google DNS server is used only when the default DNS server cannot be obtained.
0 commit comments