Skip to content

Releases: fatedier/frp

v0.25.3

26 Mar 11:34
a8ab4c5
Compare
Choose a tag to compare

Fix

  • Fix panic error when reconnection with tls_enable is true.

v0.25.2

25 Mar 10:29
4b7aef2
Compare
Choose a tag to compare

Change

  • Update version of kcp-go.

Fix

  • Fix connection leak of http health check. #1155

v0.25.1

15 Mar 09:06
e945c16
Compare
Choose a tag to compare

Fix

  • Fix a match problem with multilevel subdomain. #1132
  • frps --log_file is useless. #1125

v0.25.0

11 Mar 09:53
90b7f20
Compare
Choose a tag to compare

New

  • Support TLS between frpc and frps, Set tls_enable to enable this feature in frpc.
  • Improve stability of xtcp.

Fix

  • Fix a bug that xtcp don't release connections in some case.

Note: xtcp is incompatible with old versions.
注意:此版本的 xtcp 和之前版本不兼容,需要同步升级服务端和客户端才能正常使用。

v0.24.1

12 Feb 07:16
cbf9c73
Compare
Choose a tag to compare

Fix

  • Error clear frpc configure file when /api/config called without token set.

v0.24.0

11 Feb 06:51
65d8fe3
Compare
Choose a tag to compare

New

  • Support admin UI for frpc.

v0.23.3

30 Jan 06:40
5543fc2
Compare
Choose a tag to compare

Fix

  • Reload proxy not saved after reconnecting.

v0.23.2

26 Jan 14:14
d9b5e0b
Compare
Choose a tag to compare

Fix

  • Fix client not working caused by reconnecting.

v0.23.1

16 Jan 07:03
3954ceb
Compare
Choose a tag to compare

Fix

  • Fix status api.
  • Fix reload and status command error.

v0.23.0

15 Jan 08:09
649a2f2
Compare
Choose a tag to compare

New

  • Support render configure file template with os environment.

Change

  • Remove check for authentication timeout.