This commit is contained in:
Olia Lisa
2025-12-29 23:42:30 +08:00
parent 37353ee6dd
commit bc00879ac8
2 changed files with 7 additions and 15 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ print_share_link() {
local port=$(echo "$config" | jq -r '.inbounds[0].listen_port')
local password=$(echo "$config" | jq -r '.inbounds[0].users[0].password')
local congestion_control=$(echo "$config" | jq -r '.inbounds[0].congestion_control')
local allowInsecure=1
local allowInsecure=1 # 是否跳过证书验证,1表示跳过,0表示不跳过
# 检查sni
if [ "$sni" = "你的域名或伪装域名" ] || [ -z "$sni" ] || [[ "$sni" == null ]]; then