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