Add files via upload

This commit is contained in:
xVRVx
2025-10-29 12:20:06 +03:00
committed by GitHub
parent 8f53c4677f
commit 77df1c5dda
4 changed files with 17 additions and 7 deletions

View File

@@ -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": {

View File

@@ -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": "/"
}
}

View File

@@ -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": "/"
}
}

View File

@@ -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": "/"
}
}