From 16deafe9ea1ddc15f0c0c867a372f4cb43b059d3 Mon Sep 17 00:00:00 2001 From: "cn.yimian.xyz" Date: Mon, 23 Aug 2021 13:14:40 +0800 Subject: [PATCH] vless --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index d4172f7..e73a54f 100644 --- a/index.php +++ b/index.php @@ -69,13 +69,13 @@ function gCode($host, $uuid){ "tls" => "tls" ); }elseif($host == 'v-china.yimian.xyz'){ + return 'vless://'.$uuid.'@v-china.yimian.xyz:443?encryption=none&security=tls&type=ws&host=v-china.yimian.xyz&path=%2f#China-Taian'; $pack = array( "v" => "2", "ps" => "China-Taian", "add" => "v-china.yimian.xyz", "port" => "443", "id" => $uuid, - "aid" => "88", "net" => "ws", "type" => "none", "host" => $host,