From eb53067e677e49dbca897ef78f2cf4cc8ee61c34 Mon Sep 17 00:00:00 2001 From: Tokumeikoi Date: Fri, 31 Jul 2020 15:11:35 +0800 Subject: [PATCH] vmess: sniffing opt --- app/Services/ServerService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/ServerService.php b/app/Services/ServerService.php index 4c9241ff..5c475d42 100644 --- a/app/Services/ServerService.php +++ b/app/Services/ServerService.php @@ -205,7 +205,7 @@ class ServerService array_push($json->routing->rules, $protocolObj); } if (empty($domainRules) && empty($protocolRules)) { - $json->inbound->sniffing->enable = false; + $json->inbound->sniffing->enabled = false; } }