Added Supplier Domain importing - using dreamscape API

This commit is contained in:
Deon George
2022-08-10 15:18:56 +10:00
parent 53c665787e
commit e4c1305da5
8 changed files with 268 additions and 45 deletions

28
config/nameservers.php Normal file
View 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',
],
];