frp/Release.md

19 lines
892 B
Markdown
Raw Normal View History

2023-05-29 01:09:53 +08:00
## Notes
2023-06-26 16:48:14 +08:00
**For enhanced security, the default values for `tls_enable` and `disable_custom_tls_first_byte` have been set to true.**
2023-05-29 01:09:53 +08:00
2023-06-26 16:48:14 +08:00
If you wish to revert to the previous default values, you need to manually set the values of these two parameters to false.
2023-05-29 01:09:53 +08:00
2023-06-26 16:48:14 +08:00
### Features
2023-05-29 01:09:53 +08:00
2023-06-26 16:48:14 +08:00
* Added support for `allow_users` in stcp, sudp, xtcp. By default, only the same user is allowed to access. Use `*` to allow access from any user. The visitor configuration now supports `server_user` to connect to proxies of other users.
* Added fallback support to a specified alternative visitor when xtcp connection fails.
2023-05-29 01:09:53 +08:00
2023-06-26 16:48:14 +08:00
### Improvements
2023-02-09 22:52:48 +08:00
2023-06-26 16:48:14 +08:00
* Increased the default value of `MaxStreamWindowSize` for yamux to 6MB, improving traffic forwarding rate in high-latency scenarios.
2023-02-09 22:52:48 +08:00
2023-06-26 16:48:14 +08:00
### Fixes
2023-02-09 22:52:48 +08:00
2023-06-26 16:48:14 +08:00
* Fixed an issue where having proxies with the same name would cause previously working proxies to become ineffective in `xtcp`.