From 530931e5bc827cb2b0459cb0f4f501f1773c60df Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Mon, 29 Dec 2025 18:49:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=94=99=E8=AF=AF=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/create_config.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/bin/create_config.sh b/bin/create_config.sh index 9cffb33..1bdaa3f 100644 --- a/bin/create_config.sh +++ b/bin/create_config.sh @@ -12,9 +12,6 @@ create_config_with_tls_cert() { # 设置密码 bash "$script_dir/update_password.sh" - # 设置混淆密码 - bash "$script_dir/update_obfs_password.sh" - # 获取邮箱 read -p "请输入你的邮箱: " user_email while [[ -z "$user_email" ]]; do @@ -62,9 +59,6 @@ create_self_tls_config() { # 设置密码 bash "$script_dir/update_password.sh" - # 设置混淆密码 - bash "$script_dir/update_obfs_password.sh" - # 生成自签名证书和设置域名 bash "$script_dir/gen_self_tls.sh" "bing.com"