diff --git a/install.sh b/install.sh index 67b5748..6b5de68 100644 --- a/install.sh +++ b/install.sh @@ -1313,7 +1313,7 @@ show_config_info() { "add": "${ip}", "port": "${v2ray_port}", "id": "${uuid}", - "aid": "233", + "aid": "255", "net": "${net}", "type": "${header}", "host": "${host}", diff --git a/v2ray.sh b/v2ray.sh index 305f902..764a28f 100644 --- a/v2ray.sh +++ b/v2ray.sh @@ -182,7 +182,7 @@ create_vmess_URL_config() { "add": "${domain}", "port": "443", "id": "${v2ray_id}", - "aid": "233", + "aid": "255", "net": "ws", "type": "none", "host": "${host}", @@ -197,7 +197,7 @@ create_vmess_URL_config() { "add": "${ip}", "port": "${v2ray_port}", "id": "${v2ray_id}", - "aid": "233", + "aid": "255", "net": "${net}", "type": "${header}", "host": "${host}", @@ -225,7 +225,7 @@ view_v2ray_config_info() { echo echo -e "$yellow 用户ID (User ID / UUID) = $cyan${v2ray_id}$none" echo - echo -e "$yellow 额外ID (Alter Id) = ${cyan}233${none}" + echo -e "$yellow 额外ID (Alter Id) = ${cyan}255${none}" echo echo -e "$yellow 传输协议 (Network) = ${cyan}${network}$none" echo @@ -252,7 +252,7 @@ view_v2ray_config_info() { echo echo -e "$yellow 用户ID (User ID / UUID) = $cyan${v2ray_id}$none" echo - echo -e "$yellow 额外ID (Alter Id) = ${cyan}233${none}" + echo -e "$yellow 额外ID (Alter Id) = ${cyan}255${none}" echo echo -e "$yellow 传输协议 (Network) = ${cyan}${network}$none" echo