修改注释

This commit is contained in:
Olia Lisa
2026-05-20 18:40:11 +08:00
parent c40227c5ba
commit f9f0ff4771
+1 -1
View File
@@ -30,7 +30,7 @@ print_share_link() {
local allowInsecure=1 # 是否跳过证书验证,1表示跳过,0表示不跳过 local allowInsecure=1 # 是否跳过证书验证,1表示跳过,0表示不跳过
local insecure=1 # 是否允许不安全连接,1表示允许,0表示不允许 local insecure=1 # 是否允许不安全连接,1表示允许,0表示不允许
# 检查是否使用ACME证书 # 检查是否使用ACME申请证书
if jq -e '.inbounds[0].tls.acme' "$config_dir/config.json" > /dev/null 2>&1; then if jq -e '.inbounds[0].tls.acme' "$config_dir/config.json" > /dev/null 2>&1; then
allowInsecure=0 # 不跳过证书验证 allowInsecure=0 # 不跳过证书验证
insecure=0 insecure=0