2022-08-10 05:18:56 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
'cloudflare' => [
|
2022-08-10 06:10:08 +00:00
|
|
|
'arch.ns.cloudflare.com',
|
|
|
|
'brianna.ns.cloudflare.com',
|
2022-08-10 05:18:56 +00:00
|
|
|
'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',
|
|
|
|
],
|
|
|
|
];
|