Skip to content

v0.32.0

Compare
Choose a tag to compare
@fatedier fatedier released this 11 Mar 08:12
· 489 commits to master since this release
ea62bc5

New

  • Support tls_only = true in frps.ini to enforce frps only accept TLS connection.
  • Set detailed_errors_to_client = false in frps.ini to hide detailed error information to client.
  • Support prometheus monitor.
  • Optional OIDC authentication.
  • New proxy type tcpmux. Support TCP port multiplexing over HTTP Connect tunnel.

Fix

  • Bandwidth limit configure not compared correctly when reloading.
  • Incorrect connection count stats.

Thanks @GuyLewin for the great contribution on this release version.