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