Create Zone

This commit is contained in:
Russ Long 2018-03-30 14:38:09 -04:00
parent ff031eaf39
commit 709c35fde2

View File

@ -39,8 +39,10 @@ class PagesController extends Controller
'type' => 'SOA', 'type' => 'SOA',
'changetype' => 'REPLACE', 'changetype' => 'REPLACE',
'records' => [ 'records' => [
'content' => 'pdnstest.tfmm.co. hostmaster.tfmm.co. 2018033001 1800 900 604800 86400', [
'disabled' => 'false' 'content' => 'pdnstest.tfmm.co. hostmaster.tfmm.co. 2018033001 1800 900 604800 86400',
'disabled' => 'false'
]
] ]
], ],
[ [
@ -49,8 +51,10 @@ class PagesController extends Controller
'type' => 'A', 'type' => 'A',
'changetype' => 'REPLACE', 'changetype' => 'REPLACE',
'records' => [ 'records' => [
'content' => $zone_primary_ip, [
'disabled' => 'false' 'content' => $zone_primary_ip,
'disabled' => 'false'
]
] ]
] ]
] ]