From 77df1c5dda7349cc677966846d9c151a6601690b Mon Sep 17 00:00:00 2001 From: xVRVx <63975481+xVRVx@users.noreply.github.com> Date: Wed, 29 Oct 2025 12:20:06 +0300 Subject: [PATCH] Add files via upload --- autoXRAYno443.sh | 6 +++--- autoXRAYselfstealConfChina.sh | 2 ++ autoXRAYselfstealConfRU.sh | 2 ++ autoXRAYselfstealConfRUbrEU.sh | 14 ++++++++++---- 4 files changed, 17 insertions(+), 7 deletions(-) diff --git a/autoXRAYno443.sh b/autoXRAYno443.sh index 1554ab5..ddbbb3f 100644 --- a/autoXRAYno443.sh +++ b/autoXRAYno443.sh @@ -63,7 +63,7 @@ cat << 'EOF' | envsubst > "$SCRIPT_DIR/config.json" "inbounds": [ { "tag": "VTR$port1", - "port": "${port1}", + "port": ${port1}, "listen": "0.0.0.0", "protocol": "vless", "settings": { @@ -113,7 +113,7 @@ cat << 'EOF' | envsubst > "$SCRIPT_DIR/config.json" }, { "tag": "VTR$port2", - "port": "${port2}", + "port": ${port2}, "listen": "0.0.0.0", "protocol": "vless", "settings": { @@ -163,7 +163,7 @@ cat << 'EOF' | envsubst > "$SCRIPT_DIR/config.json" }, { "tag": "SS$port3", - "port": "${port3}", + "port": ${port3}, "listen": "0.0.0.0", "protocol": "shadowsocks", "settings": { diff --git a/autoXRAYselfstealConfChina.sh b/autoXRAYselfstealConfChina.sh index 56a216d..0d7054d 100644 --- a/autoXRAYselfstealConfChina.sh +++ b/autoXRAYselfstealConfChina.sh @@ -433,10 +433,12 @@ cat << 'EOF' | envsubst > "$WEB_PATH/$path_subpage.html" }, "security": "reality", "realitySettings": { + "show": false, "fingerprint": "chrome", "serverName": "$DOMAIN", "password": "${xray_publicKey_vrv}", "shortId": "${xray_shortIds_vrv}", + "mldsa65Verify": "", "spiderX": "/" } } diff --git a/autoXRAYselfstealConfRU.sh b/autoXRAYselfstealConfRU.sh index 01e361c..5fff124 100644 --- a/autoXRAYselfstealConfRU.sh +++ b/autoXRAYselfstealConfRU.sh @@ -437,10 +437,12 @@ cat << 'EOF' | envsubst > "$WEB_PATH/$path_subpage.html" }, "security": "reality", "realitySettings": { + "show": false, "fingerprint": "chrome", "serverName": "$DOMAIN", "password": "${xray_publicKey_vrv}", "shortId": "${xray_shortIds_vrv}", + "mldsa65Verify": "", "spiderX": "/" } } diff --git a/autoXRAYselfstealConfRUbrEU.sh b/autoXRAYselfstealConfRUbrEU.sh index f3dc728..3d26d80 100644 --- a/autoXRAYselfstealConfRUbrEU.sh +++ b/autoXRAYselfstealConfRUbrEU.sh @@ -344,12 +344,16 @@ cat << 'EOF' | envsubst > "$SCRIPT_DIR/config.json" ] }, "streamSettings": { - "network": "$TYPE", + "network": "raw", "security": "$SECURITY", "realitySettings": { - "shortId": "$SID", - "password": "$PBK", - "serverName": "$SNI" + "show": false, + "fingerprint": "$FP", + "serverName": "$SNI", + "password": "$PBK", + "shortId": "$SID", + "mldsa65Verify": "", + "spiderX": "$SPX" } } }, @@ -553,10 +557,12 @@ cat << 'EOF' | envsubst > "$WEB_PATH/$path_subpage.html" "network": "raw", "security": "reality", "realitySettings": { + "show": false, "fingerprint": "chrome", "serverName": "$DOMAIN", "password": "${xray_publicKey_vrv}", "shortId": "${xray_shortIds_vrv}", + "mldsa65Verify": "", "spiderX": "/" } }