Create Zone

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

View File

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