Browse Source

try to add nameservers to params

andre 4 years ago
parent
commit
352ca408e6
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/Traits/ServerParams.php

+ 2 - 0
app/Traits/ServerParams.php

@@ -70,6 +70,8 @@ trait ServerParams
                 'serverpassword'   => decrypt($server->password) ? decrypt($server->password) : $server->password,
                 'serverpassword'   => decrypt($server->password) ? decrypt($server->password) : $server->password,
                 'serveraccesshash' => $server->accesshash,
                 'serveraccesshash' => $server->accesshash,
                 'serverport'       => $server->port,
                 'serverport'       => $server->port,
+                'ns1'              => $server->nameserver1ip,
+                'ns2'              => $server->nameserver2ip,
             ];
             ];
         }
         }