feat: v0.2.0-rc

This commit is contained in:
2024-03-30 17:40:20 +08:00
parent eaee6c9864
commit 159203bd5d
5 changed files with 8 additions and 8 deletions

View File

@@ -39,6 +39,6 @@ pub struct ProxyItem {
#[derive(Debug, Serialize, Deserialize)]
pub struct ProxyTls {
pub intermediate_cert: String,
pub intermediate_key: String,
pub issuer_cert: String,
pub issuer_key: String,
}