mirror of
https://github.com/xVRVx/autoXRAY.git
synced 2026-09-01 03:25:33 +00:00
Add files via upload
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -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": "/"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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": "/"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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": "/"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user