Update vmess.sh

This commit is contained in:
NewName
2024-08-12 01:17:29 +08:00
parent 4ae16bdfca
commit a3e56e1a5a

View File

@@ -37,7 +37,7 @@ install_dependencies() {
configure_and_transfer() { configure_and_transfer() {
PORT=$(shuf -i 10000-65535 -n 1) PORT=$(shuf -i 10000-65535 -n 1)
UUID=$(uuidgen) UUID=$(uuidgen)
RANDOM_PATH=$(cat /dev/urandom | tr -dc 'a-zA-Z' | head -c 6) RANDOM_PATH=$(cat /dev/urandom | tr -dc 'a-z' | head -c 6)
cat > "$config_file" << EOF cat > "$config_file" << EOF
{ {