v0.44.0
fatedier/frpv0.44.0Jul 10, 2022by fatedier
AI Summary
This release introduces automated certificate generation for specific plugins and enhances server dashboard security with TLS configurations, while fixing an IPv6 connectivity issue.
Key Highlights
- Auto-generated certificates for plugin `https2https` and `https2http`
- Server dashboard supports TLS configurations
- Fix for xtcp error with IPv6 address
New Features
- Auto-generated certificates for plugins
- Server dashboard TLS config
Full Release Notes
### New * 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.