From 9079be6f88f9348850768468034d3fcb66711d6c Mon Sep 17 00:00:00 2001 From: "cn.yimian.xyz" Date: Wed, 23 Dec 2020 12:16:52 +0800 Subject: [PATCH] add auth --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index eb67e66..d4172f7 100644 --- a/index.php +++ b/index.php @@ -24,7 +24,7 @@ foreach($res_vmess as $item){ } } -if(!$o){ +if(!$o && $_GET['auth'] == 'iotcat'){ $json = json_decode(file_get_contents('/mnt/config/v2ray/uuid.json')); foreach($json as $item){