Compare commits

..

No commits in common. "444f804efe4fceff098b67df4903a733ad357f13" and "17d8963e30464cecb96a6d62e275dab8d1ce01bd" have entirely different histories.

View File

@ -30,35 +30,23 @@ class PagesController extends Controller
'masters' => [],
'name' => $zone_name . '.',
'nameservers' => [
'ns1.tfmm.co.'
'ns1.tfmm.co'
],
'rrset' => [
'records' => [
[
'name' => $zone_name . '.',
'content' => 'pdnstest.tfmm.co. hostmaster.tfmm.co. 1 1800 900 604800 86400',
'disabled' => 'false',
'ttl' => '86400',
'type' => 'SOA',
'changetype' => 'replace',
'records' => [
[
'content' => 'pdnstest.tfmm.co. hostmaster.tfmm.co. 2018033001 1800 900 604800 86400',
'disabled' => false
]
]
'type' => 'SOA'
],
[
'name' => $zone_name . '.',
[
'content' => $zone_primary_ip,
'disabled' => 'false',
'name' => $zone_name,
'ttl' => '3600',
'type' => 'A',
'changetype' => 'replace',
'records' => [
[
'content' => $zone_primary_ip,
'disabled' => false
]
]
'type' => 'A'
]
]
],
'headers' => [
'X-API-Key' => 'JgTtTq6EFVeo7X71wOVCYQk3rOie2G1k'