瀏覽代碼

fix dns not active

Tokumeikoi 5 年之前
父節點
當前提交
e73cbe9597
共有 1 個文件被更改,包括 1 次插入0 次删除
  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';
         }
     }