Added Supplier Domain importing - using dreamscape API
This commit is contained in:
28
config/nameservers.php
Normal file
28
config/nameservers.php
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'cloudflare' => [
|
||||
'bruce.ns.cloudflare.com',
|
||||
'melinda.ns.cloudflare.com',
|
||||
],
|
||||
'dreamscape' => [
|
||||
'ns1.secureparkme.com',
|
||||
'ns2.secureparkme.com',
|
||||
],
|
||||
'dreamscape-dns' => [
|
||||
'ns1.dnspackage.com',
|
||||
'ns2.dnspackage.com',
|
||||
],
|
||||
'dreamscape-email' => [
|
||||
'ns3.secureparkme.com',
|
||||
'ns4.secureparkme.com',
|
||||
],
|
||||
'dreamscape-host' => [
|
||||
'ns1.syrahost.com',
|
||||
'ns2.syrahost.com',
|
||||
],
|
||||
'graytech' => [
|
||||
'ns1.graytech.com.au',
|
||||
'ns2.graytech.com.au',
|
||||
],
|
||||
];
|
@@ -46,6 +46,7 @@ return [
|
||||
'supplier' => [
|
||||
'crazydomain' => [
|
||||
'api'=> \Dreamscape\API::class,
|
||||
'registrar' => 'crazydomain', // Key in the domain_registrars table
|
||||
]
|
||||
],
|
||||
];
|
||||
|
Reference in New Issue
Block a user