mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-07-01 16:35:39 +03:00
Merge remote-tracking branch 'origin/master' into issue-68
Conflicts: index.php
This commit is contained in:
commit
41d6d16a86
8 changed files with 60 additions and 30 deletions
|
@ -41,10 +41,18 @@ $templates[] = array(
|
|||
'name' => 'Tuxis',
|
||||
'owner' => 'username', # Set to 'public' to make it available to all users
|
||||
'records' => array(
|
||||
array(
|
||||
'name' => '',
|
||||
'type' => 'MX',
|
||||
'content' => '200 mx2.tuxis.nl')
|
||||
array(
|
||||
'name' => '',
|
||||
'type' => 'MX',
|
||||
'content' => '200 mx2.tuxis.nl'),
|
||||
array(
|
||||
'name' => '',
|
||||
'type' => 'A',
|
||||
'content' => '1.2.3.4'),
|
||||
array(
|
||||
'name' => 'www',
|
||||
'type' => 'CNAME',
|
||||
'content' => '[zonename]')
|
||||
)
|
||||
);
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue