documentation: Bump version

This commit is contained in:
世界
2025-12-19 17:47:22 +08:00
parent e775964f1a
commit 5f739c4e66

View File

@@ -2,6 +2,16 @@
icon: material/alert-decagram
---
#### 1.13.0-alpha.32
* Remove `certificate_public_key_sha256` option for NaiveProxy outbound **1**
* Fixes and improvements
**1**:
Self-signed certificates change traffic behavior significantly, which defeats the purpose of NaiveProxy's design to resist traffic analysis.
For this reason, and due to maintenance costs, there is no reason to continue supporting `certificate_public_key_sha256`, which was designed to simplify the use of self-signed certificates.
#### 1.13.0-alpha.31
* Add QUIC support for NaiveProxy outbound **1**