Tokumeikoi 4 лет назад
Родитель
Сommit
c9357b602a
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      app/Services/ServerService.php

+ 3 - 0
app/Services/ServerService.php

@@ -204,6 +204,9 @@ class ServerService
             $protocolObj->outboundTag = 'block';
             array_push($json->routing->rules, $protocolObj);
         }
+        if (empty($domainRules) && empty($protocolRules)) {
+            $json->inbound->sniffing->enable = false;
+        }
     }
 
     private function setTls(Server $server, object $json)