add release notes

This commit is contained in:
fatedier 2022-10-26 23:09:17 +08:00
parent cf66ca10b4
commit 34ab6b0e74
1 changed files with 2 additions and 7 deletions

View File

@ -1,8 +1,3 @@
### New
### Improve
* Use auto generated certificates if `plugin_key_path` and `plugin_crt_path` are empty for plugin `https2https` and `https2http`.
* Server dashboard supports TLS configs.
### Fix
* xtcp error with IPv6 address.
* Adjust http group load balancing to forward requests to each frpc proxy round robin. Previous behavior is always forwarding requests to single proxy in the case of single concurrency.