v0.47.0

fatedier/frpv0.47.0Feb 9, 2023by fatedier

AI Summary

Improves resource management with bandwidth limiting modes and adds IPv6 support.

Key Highlights

  • Added `bandwidth_limit_mode` config to enable server-side bandwidth limiting
  • `dns_server` now supports ipv6
  • frpc supports graceful shutdown for protocol `quic`

New Features

  • Added config `bandwidth_limit_mode` in frpc

Full Release Notes

### New

* Added config `bandwidth_limit_mode` in frpc, default value is `client` which is current behavior. Optional value is `server`, to enable bandwidth limit in server. The major aim is to let server plugin has the ability to modify bandwidth limit for each proxy.

### Improve

* `dns_server` supports ipv6.
* frpc supports graceful shutdown for protocol `quic`.