diff --git a/autoXRAY.sh b/autoXRAY.sh index 9b864d8..98eb83f 100644 --- a/autoXRAY.sh +++ b/autoXRAY.sh @@ -75,6 +75,7 @@ cat << 'EOF' | envsubst > "$SCRIPT_DIR/config.json" "port": 443, "protocol": "vless", "settings": { + "flow": "xtls-rprx-vision", "clients": [ { "flow": "xtls-rprx-vision", @@ -100,14 +101,14 @@ cat << 'EOF' | envsubst > "$SCRIPT_DIR/config.json" "${xray_shortIds_vrv}" ], "limitFallbackUpload": { - "afterBytes": 0, - "bytesPerSec": 65536, - "burstBytesPerSec": 0 + "afterBytes": 0, + "bytesPerSec": 65536, + "burstBytesPerSec": 0 }, "limitFallbackDownload": { - "afterBytes": 5242880, - "bytesPerSec": 262144, - "burstBytesPerSec": 2097152 + "afterBytes": 5242880, + "bytesPerSec": 262144, + "burstBytesPerSec": 2097152 } } }, @@ -126,6 +127,7 @@ cat << 'EOF' | envsubst > "$SCRIPT_DIR/config.json" "port": 8443, "protocol": "vless", "settings": { + "flow": "xtls-rprx-vision", "clients": [ { "flow": "xtls-rprx-vision", @@ -151,14 +153,14 @@ cat << 'EOF' | envsubst > "$SCRIPT_DIR/config.json" "${xray_shortIds_vrv}" ], "limitFallbackUpload": { - "afterBytes": 0, - "bytesPerSec": 65536, - "burstBytesPerSec": 0 + "afterBytes": 0, + "bytesPerSec": 65536, + "burstBytesPerSec": 0 }, "limitFallbackDownload": { - "afterBytes": 5242880, - "bytesPerSec": 262144, - "burstBytesPerSec": 2097152 + "afterBytes": 5242880, + "bytesPerSec": 262144, + "burstBytesPerSec": 2097152 } } }, diff --git a/autoXRAYno443.sh b/autoXRAYno443.sh index e1092d6..bc7d733 100644 --- a/autoXRAYno443.sh +++ b/autoXRAYno443.sh @@ -83,6 +83,7 @@ cat << 'EOF' | envsubst > "$SCRIPT_DIR/config.json" "port": $port1, "protocol": "vless", "settings": { + "flow": "xtls-rprx-vision", "clients": [ { "flow": "xtls-rprx-vision", @@ -108,14 +109,14 @@ cat << 'EOF' | envsubst > "$SCRIPT_DIR/config.json" "${xray_shortIds_vrv}" ], "limitFallbackUpload": { - "afterBytes": 0, - "bytesPerSec": 65536, - "burstBytesPerSec": 0 + "afterBytes": 0, + "bytesPerSec": 65536, + "burstBytesPerSec": 0 }, "limitFallbackDownload": { - "afterBytes": 5242880, - "bytesPerSec": 262144, - "burstBytesPerSec": 2097152 + "afterBytes": 5242880, + "bytesPerSec": 262144, + "burstBytesPerSec": 2097152 } } }, @@ -134,6 +135,7 @@ cat << 'EOF' | envsubst > "$SCRIPT_DIR/config.json" "port": $port2, "protocol": "vless", "settings": { + "flow": "xtls-rprx-vision", "clients": [ { "flow": "xtls-rprx-vision", @@ -159,14 +161,14 @@ cat << 'EOF' | envsubst > "$SCRIPT_DIR/config.json" "${xray_shortIds_vrv}" ], "limitFallbackUpload": { - "afterBytes": 0, - "bytesPerSec": 65536, - "burstBytesPerSec": 0 + "afterBytes": 0, + "bytesPerSec": 65536, + "burstBytesPerSec": 0 }, "limitFallbackDownload": { - "afterBytes": 5242880, - "bytesPerSec": 262144, - "burstBytesPerSec": 2097152 + "afterBytes": 5242880, + "bytesPerSec": 262144, + "burstBytesPerSec": 2097152 } } }, diff --git a/autoXRAYselfsteal.sh b/autoXRAYselfsteal.sh index f926986..1cafd4a 100644 --- a/autoXRAYselfsteal.sh +++ b/autoXRAYselfsteal.sh @@ -203,6 +203,7 @@ cat << 'EOF' | envsubst > "$SCRIPT_DIR/config.json" "port": 443, "protocol": "vless", "settings": { + "flow": "xtls-rprx-vision", "clients": [ { "flow": "xtls-rprx-vision", @@ -228,14 +229,14 @@ cat << 'EOF' | envsubst > "$SCRIPT_DIR/config.json" "${xray_shortIds_vrv}" ], "limitFallbackUpload": { - "afterBytes": 0, - "bytesPerSec": 65536, - "burstBytesPerSec": 0 + "afterBytes": 0, + "bytesPerSec": 65536, + "burstBytesPerSec": 0 }, "limitFallbackDownload": { - "afterBytes": 5242880, - "bytesPerSec": 262144, - "burstBytesPerSec": 2097152 + "afterBytes": 5242880, + "bytesPerSec": 262144, + "burstBytesPerSec": 2097152 } } }, @@ -254,6 +255,7 @@ cat << 'EOF' | envsubst > "$SCRIPT_DIR/config.json" "port": 8443, "protocol": "vless", "settings": { + "flow": "xtls-rprx-vision", "clients": [ { "flow": "xtls-rprx-vision", @@ -278,14 +280,14 @@ cat << 'EOF' | envsubst > "$SCRIPT_DIR/config.json" "${xray_shortIds_vrv}" ], "limitFallbackUpload": { - "afterBytes": 0, - "bytesPerSec": 65536, - "burstBytesPerSec": 0 + "afterBytes": 0, + "bytesPerSec": 65536, + "burstBytesPerSec": 0 }, "limitFallbackDownload": { - "afterBytes": 5242880, - "bytesPerSec": 262144, - "burstBytesPerSec": 2097152 + "afterBytes": 5242880, + "bytesPerSec": 262144, + "burstBytesPerSec": 2097152 } } }, diff --git a/autoXRAYselfstealConfChina.sh b/autoXRAYselfstealConfChina.sh index 20057a9..3e61739 100644 --- a/autoXRAYselfstealConfChina.sh +++ b/autoXRAYselfstealConfChina.sh @@ -218,6 +218,7 @@ cat << 'EOF' | envsubst > "$SCRIPT_DIR/config.json" "port": 443, "protocol": "vless", "settings": { + "flow": "xtls-rprx-vision", "clients": [ { "flow": "xtls-rprx-vision", @@ -243,14 +244,14 @@ cat << 'EOF' | envsubst > "$SCRIPT_DIR/config.json" "${xray_shortIds_vrv}" ], "limitFallbackUpload": { - "afterBytes": 0, - "bytesPerSec": 65536, - "burstBytesPerSec": 0 + "afterBytes": 0, + "bytesPerSec": 65536, + "burstBytesPerSec": 0 }, "limitFallbackDownload": { - "afterBytes": 5242880, - "bytesPerSec": 262144, - "burstBytesPerSec": 2097152 + "afterBytes": 5242880, + "bytesPerSec": 262144, + "burstBytesPerSec": 2097152 } } }, diff --git a/autoXRAYselfstealConfRU.sh b/autoXRAYselfstealConfRU.sh index 03fa9b0..2af1cfc 100644 --- a/autoXRAYselfstealConfRU.sh +++ b/autoXRAYselfstealConfRU.sh @@ -218,6 +218,7 @@ cat << 'EOF' | envsubst > "$SCRIPT_DIR/config.json" "port": 443, "protocol": "vless", "settings": { + "flow": "xtls-rprx-vision", "clients": [ { "flow": "xtls-rprx-vision", @@ -243,14 +244,14 @@ cat << 'EOF' | envsubst > "$SCRIPT_DIR/config.json" "${xray_shortIds_vrv}" ], "limitFallbackUpload": { - "afterBytes": 0, - "bytesPerSec": 65536, - "burstBytesPerSec": 0 + "afterBytes": 0, + "bytesPerSec": 65536, + "burstBytesPerSec": 0 }, "limitFallbackDownload": { - "afterBytes": 5242880, - "bytesPerSec": 262144, - "burstBytesPerSec": 2097152 + "afterBytes": 5242880, + "bytesPerSec": 262144, + "burstBytesPerSec": 2097152 } } }, diff --git a/autoXRAYselfstealConfRUbrEU.sh b/autoXRAYselfstealConfRUbrEU.sh index 06524fe..4502d53 100644 --- a/autoXRAYselfstealConfRUbrEU.sh +++ b/autoXRAYselfstealConfRUbrEU.sh @@ -302,6 +302,7 @@ cat << 'EOF' | envsubst > "$SCRIPT_DIR/config.json" "port": 443, "protocol": "vless", "settings": { + "flow": "xtls-rprx-vision", "clients": [ { "flow": "xtls-rprx-vision", @@ -327,14 +328,14 @@ cat << 'EOF' | envsubst > "$SCRIPT_DIR/config.json" "${xray_shortIds_vrv}" ], "limitFallbackUpload": { - "afterBytes": 0, - "bytesPerSec": 65536, - "burstBytesPerSec": 0 + "afterBytes": 0, + "bytesPerSec": 65536, + "burstBytesPerSec": 0 }, "limitFallbackDownload": { - "afterBytes": 5242880, - "bytesPerSec": 262144, - "burstBytesPerSec": 2097152 + "afterBytes": 5242880, + "bytesPerSec": 262144, + "burstBytesPerSec": 2097152 } } },