瀏覽代碼

vmess: sniffing opt

Tokumeikoi 4 年之前
父節點
當前提交
eb53067e67
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Services/ServerService.php

+ 1 - 1
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;
         }
     }