Forráskód Böngészése

vmess: sniffing opt

Tokumeikoi 4 éve
szülő
commit
eb53067e67
1 módosított fájl, 1 hozzáadás és 1 törlés
  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;
         }
     }