支持客户端加密

This commit is contained in:
lubeilin
2023-06-26 22:38:15 +08:00
parent e8af503130
commit be3bf82e35
22 changed files with 309 additions and 106 deletions
+1
View File
@@ -45,6 +45,7 @@ pub async fn main0(base_args: BaseArgs) {
start_config.nat_test_server.clone(),
start_config.in_ips.clone(),
start_config.out_ips.clone(),
start_config.password.clone(),
);
let lock = match config::lock_file() {
Ok(lock) => {