Обновить autoXRAY.sh
This commit is contained in:
-11
@@ -140,7 +140,6 @@ fi
|
|||||||
# конфиг nginx
|
# конфиг nginx
|
||||||
|
|
||||||
path_xhttp=$(openssl rand -base64 15 | tr -dc 'a-z0-9' | head -c 6)
|
path_xhttp=$(openssl rand -base64 15 | tr -dc 'a-z0-9' | head -c 6)
|
||||||
|
|
||||||
path_subpage=$(openssl rand -base64 15 | tr -dc 'A-Za-z0-9' | head -c 20)
|
path_subpage=$(openssl rand -base64 15 | tr -dc 'A-Za-z0-9' | head -c 20)
|
||||||
configPageUser=$(cat /dev/urandom | tr -dc 'A-Za-z0-9' | head -c 12)
|
configPageUser=$(cat /dev/urandom | tr -dc 'A-Za-z0-9' | head -c 12)
|
||||||
configPagePass=$(cat /dev/urandom | tr -dc 'A-Za-z0-9!@#$%^&*_-' | head -c 20)
|
configPagePass=$(cat /dev/urandom | tr -dc 'A-Za-z0-9!@#$%^&*_-' | head -c 20)
|
||||||
@@ -239,24 +238,14 @@ key_output=$(xray x25519)
|
|||||||
xray_privateKey_vrv=$(echo "$key_output" | awk '/[Pp]rivate/ {print $NF}')
|
xray_privateKey_vrv=$(echo "$key_output" | awk '/[Pp]rivate/ {print $NF}')
|
||||||
xray_publicKey_vrv=$(echo "$key_output" | awk '/[Pp]ublic/ {print $NF}')
|
xray_publicKey_vrv=$(echo "$key_output" | awk '/[Pp]ublic/ {print $NF}')
|
||||||
|
|
||||||
key_mldsa65=$(xray mldsa65)
|
|
||||||
seed_mldsa65=$(echo "$key_mldsa65" | awk -F': ' '/Seed/ {print $2}')
|
|
||||||
verify_mldsa65=$(echo "$key_mldsa65" | awk -F': ' '/Verify/ {print $2}')
|
|
||||||
|
|
||||||
xray_shortIds_vrv=$(openssl rand -hex 8)
|
xray_shortIds_vrv=$(openssl rand -hex 8)
|
||||||
xray_shortIds_vrv2=$(openssl rand -hex 4)
|
xray_shortIds_vrv2=$(openssl rand -hex 4)
|
||||||
xray_shortIds_vrv3=$(openssl rand -hex 6)
|
xray_shortIds_vrv3=$(openssl rand -hex 6)
|
||||||
|
|
||||||
xray_fp="chrome"
|
xray_fp="chrome"
|
||||||
|
|
||||||
# Случайный путь для Reality spider — имитирует реального посетителя
|
|
||||||
xray_spiderX="/$(openssl rand -base64 9 | tr -dc 'a-z' | head -c 6)/"
|
xray_spiderX="/$(openssl rand -base64 9 | tr -dc 'a-z' | head -c 6)/"
|
||||||
|
|
||||||
# xray_sspasw_vrv=$(openssl rand -base64 15 | tr -dc 'A-Za-z0-9' | head -c 20)
|
|
||||||
xray_sspasw_vrv=$(openssl rand -base64 32)
|
xray_sspasw_vrv=$(openssl rand -base64 32)
|
||||||
|
|
||||||
# ipserv=$(hostname -I | awk '{print $1}')
|
|
||||||
|
|
||||||
socksUser=$(openssl rand -base64 16 | tr -dc 'A-Za-z0-9' | head -c 6)
|
socksUser=$(openssl rand -base64 16 | tr -dc 'A-Za-z0-9' | head -c 6)
|
||||||
socksPasw=$(openssl rand -base64 32 | tr -dc 'A-Za-z0-9' | head -c 16)
|
socksPasw=$(openssl rand -base64 32 | tr -dc 'A-Za-z0-9' | head -c 16)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user