修改注释
This commit is contained in:
@@ -30,7 +30,7 @@ print_share_link() {
|
||||
local allowInsecure=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
|
||||
allowInsecure=0 # 不跳过证书验证
|
||||
insecure=0
|
||||
|
||||
Reference in New Issue
Block a user