Create Zone
This commit is contained in:
parent
ff031eaf39
commit
709c35fde2
@ -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' => [
|
||||
|
Loading…
Reference in New Issue
Block a user