Skip to content

Releases: fatedier/frp

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.

v0.22.0

09 Dec 14:46
d5ce4d4
Compare
Choose a tag to compare

New

  • Support health check for each proxy in frpc.

Fix

  • Panic error caused by xtcp connection error.
  • Authentication failed for frpc to connect frps by proxy.
  • Log file invalid in command mod.

v0.21.0

12 Aug 04:28
66a69f8
Compare
Choose a tag to compare

New

  • Websocket is a optional protocol for frpc to connect frps.
  • Support configuring timeout duration for vhost http server.

Fix

  • Fix config parsing error for stcp and xtcp.

v0.20.0

31 May 16:24
629f285
Compare
Choose a tag to compare

New

  • Dashboard add page for stcp.
  • Support load balancing for proxies. Only support type tcp now.
  • Support setting headers in http request.

v0.19.1

19 May 15:18
da78e3f
Compare
Choose a tag to compare

Improve

  • xtcp, response error info quickly if server doesn't exist or auth failed.

Change

  • frps dashboard ui update.

Fix

  • stcp, xtcp startup params add --bind_port. #767
  • Panic error when vhost_http_port is not set. #776

v0.19.0

14 May 06:33
f1bea49
Compare
Choose a tag to compare

New

  • socks5 proxy is supported for frpc to connect to frps.
  • vhost_http_port and vhost_https_port can use same port with frps's bind_port. frps will detect connection's protocol and handle it correspondingly.
  • Show more configuration parameters in frps dashboard.

Change

  • Move some common packages to golib, so we could reuse these packages in other repos.

v0.18.0

02 May 15:25
c008b14
Compare
Choose a tag to compare

Change

  • Use yamux instead of smux.

Note: It's incompatible with old versions.
注意:此版本和之前的版本不兼容,谨慎升级。

v0.17.0

23 Apr 18:20
371c401
Compare
Choose a tag to compare

New

  • Support single proxy stats api in frps. #636
  • frpc support specify a dns server instead of the os default one. #700

Change

  • Support more CLI commands.

Now you can start a single proxy in frpc without specified configure file such as:
./frpc tcp -s "127.0.0.1:7000" -n ssh -l 22 -r 6000

Try more with frpc -h and frps -h.

Note

We removed privilege mode since v0.10.0, so some configures are changed in this release version.

privilege_token -> token
privilege_allow_ports -> allow_ports

v0.16.1

21 Mar 11:26
1325c59
Compare
Choose a tag to compare

Fix

  • Fix error stats info of current connections.
  • Close udp proxy connection when it unused.

v0.16.0

29 Jan 16:07
456ce09
Compare
Choose a tag to compare

New

  • New plugin static_file to expose a simple http file server.
  • Plugin socks5 supports username and password now.
  • Range ports mapping.
  • max_ports_per_client in frps to limit ports can be used for each client.