From 13167778f4484c4678e800ebbba5871f554d9f92 Mon Sep 17 00:00:00 2001 From: wyx2685 Date: Sat, 4 Nov 2023 10:43:41 +0900 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3Singbox=E8=AE=A2=E9=98=85vmes?= =?UTF-8?q?s=E7=9A=84alterid=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Protocols/Singbox.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Protocols/Singbox.php b/app/Protocols/Singbox.php index 37ca0284..8b69386d 100644 --- a/app/Protocols/Singbox.php +++ b/app/Protocols/Singbox.php @@ -130,7 +130,7 @@ class SingBox $array['server_port'] = $server['port']; $array['uuid'] = $uuid; $array['security'] = 'auto'; - $array['alterId'] = 0; + $array['alter_id'] = 0; $array['transport']= []; if ($server['tls']) {