Răsfoiți Sursa

fix dns not active

Tokumeikoi 5 ani în urmă
părinte
comite
e73cbe9597
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      app/Services/ServerService.php

+ 1 - 0
app/Services/ServerService.php

@@ -56,6 +56,7 @@ class ServerService
         if ($server->dnsSettings) {
             $dns = json_decode($server->dnsSettings);
             $json->dns = $dns;
+            $json->outbound->settings->domainStrategy = 'UseIP';
         }
     }