v0.58.1

fatedier/frpv0.58.1May 31, 2024by fatedier

AI Summary

This patch fixes HTTP/2 plugin initialization and configuration default inconsistencies, while updating the TCP keepalive interval and Android DNS behavior.

Key Highlights

  • Fixed HTTP/2 not being enabled in plugins
  • Fixed inconsistency in INI configuration default values
  • Default tcpMuxKeepaliveInterval reduced to 30 seconds
  • Android platform Google DNS fallback update

Full Release Notes

### Fixes

* Fixed an issue where HTTP/2 was not enabled for https2http and https2https plugins.
* Fixed the issue where the default values of INI configuration parameters are inconsistent with other configuration formats.

### Changes

* Updated the default value of `transport.tcpMuxKeepaliveInterval` from 60 to 30.
* On the Android platform, the Google DNS server is used only when the default DNS server cannot be obtained.