v0.34.0
fatedier/frpv0.34.0Sep 19, 2020by fatedier
AI Summary
This release brings significant security enhancements with TLS support, allows configuration of max UDP packet size, and improves the testing infrastructure.
Key Highlights
- Support TLS certificate and mutual TLS authentication.
- Set max UDP package size, default is 1500.
- New e2e test framework.
- UDP and SUDP proxy don't support compression and encrytion fix.
New Features
- Support TLS certificate and mutual TLS authentication
- Set max UDP package size
- New e2e test framework
Full Release Notes
### New * Support TLS certificate and mutual TLS authentication. * Support set max UDP package size, default is 1500. * New e2e test framework. ### Fix * UDP and SUDP proxy don't support compression and encrytion. * Call server plugins in fixed order.