Explorar el Código

vmess: sniffing opt

Tokumeikoi hace 4 años
padre
commit
eb53067e67
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
         }
     }