From 6ffef2f0174644ebbf569a02b253dd91e6f1ab7d Mon Sep 17 00:00:00 2001 From: "cn.yimian.xyz" Date: Sat, 12 Feb 2022 23:09:39 +0800 Subject: [PATCH] update_aid_0 --- index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index fd5c26d..fe48817 100644 --- a/index.php +++ b/index.php @@ -61,7 +61,7 @@ function gCode($host, $uuid){ "add" => "usa.yimian.xyz", "port" => "443", "id" => $uuid, - "aid" => "88", + "aid" => "0", "net" => "ws", "type" => "none", "host" => $host, @@ -76,7 +76,7 @@ function gCode($host, $uuid){ "add" => "v-china.yimian.xyz", "port" => "443", "id" => $uuid, - "aid" => "88", + "aid" => "0", "net" => "ws", "type" => "none", "host" => $host, @@ -91,7 +91,7 @@ function gCode($host, $uuid){ "add" => $host, "port" => "443", "id" => $uuid, - "aid" => "88", + "aid" => "0", "net" => "ws", "type" => "none", "host" => $host,