Skip to content

Releases: aircross/frp

v0.61.0

Choose a tag to compare

@aircross aircross released this 06 Nov 09:41

Features
The frpc visitor command-line parameter adds the --server-user option to specify the username of the server-side proxy to connect to.
Support multiple frpc instances with different subjects when using oidc authentication.

v0.60.0

Choose a tag to compare

@aircross aircross released this 27 Sep 15:20

Features
Added a new plugin tls2raw: Enables TLS termination and forwarding of decrypted raw traffic to local service.
Added a default timeout of 30 seconds for the frpc subcommands to prevent commands from being stuck for a long time due to network issues.
Fixes
Fixed the issue that when loginFailExit = false, the frpc stop command cannot be stopped correctly if the server is not successfully connected after startup.

v0.59.0

Choose a tag to compare

@aircross aircross released this 11 Jul 15:44

Features

  • Added a new plugin "http2http" which allows forwarding HTTP requests to another HTTP server, supporting options like local address binding, host header rewrite, and custom request headers.
  • Added enableHTTP2 option to control whether to enable HTTP/2 in plugin https2http and https2https, default is true.

Changes

  • Plugin https2http & https2https: return 421 Misdirected Request if host not match sni.

v0.58.1

Choose a tag to compare

@aircross aircross released this 05 Jul 01:28

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.