Skip to content

Releases: fatedier/frp

v0.37.1

03 Aug 15:25
997d406
Compare
Choose a tag to compare

Fix

  • Plugin https2https not work.
  • context canceled problem for http_proxy plugin when multiple requests reuse same connection.
  • In some cases, frps can't get server name for https proxy.

v0.37.0

02 Jun 17:06
cfd1a31
Compare
Choose a tag to compare

New

  • frpc add subcommand verify to validate configures before running.
  • frpc support includes option to split multiple proxy configs into different files.
  • Support sudp in dashboard.

Fix

  • Use empty string as default value for dashboard user and password.
  • login_fail_exit is not valid when protocol = kcp.

v0.36.2

22 Mar 07:15
c5c79e4
Compare
Choose a tag to compare

Improve

  • Support reverseproxy to dashboard with additional parts in path.

Fix

  • Fix logic error when parsing configs.

v0.36.1

18 Mar 03:16
Compare
Choose a tag to compare

Fix

  • Fix bind_udp_port listen on error port.

v0.36.0

17 Mar 03:45
Compare
Choose a tag to compare

New

  • New plugin https2https.
  • frpc supports tls_server_name to override the default value from server_addr.

Improvement

  • Increase reconnect frequency if it occurs an network error between frpc and frps.

Fix

  • Fix panic issue about xtcp.

v0.35.1

25 Jan 08:25
3bf1eb8
Compare
Choose a tag to compare

Fix

  • Reduce binary file size.

v0.35.0

19 Jan 13:35
b2ae433
Compare
Choose a tag to compare

New

  • Server Plugin supports HTTPS.

Fix

  • Fix IPv6 address parse problem.
  • HTTP type proxy can't handle websocket protocol due to error Connection header value.

v0.34.3

20 Nov 09:19
aa0a41e
Compare
Choose a tag to compare

New

  • Command line parameters support enable_prometheus.

v0.34.2

06 Nov 08:06
1ea1530
Compare
Choose a tag to compare

FIx

  • Stream data transfer delay(e.g. chunked data) for HTTP type proxy.

v0.34.1

30 Sep 08:38
e0c45a1
Compare
Choose a tag to compare

New

  • Support NTLM protocol for http proxy to connect frps.
  • Official docker image support on DockerHub and Github registry.

Fix

  • Fix a dashboard stats data lost problem after client reconnect more than 7 days.
  • Fix TLS certificate verification failed.