Add a few more commonly used RR types to DNS editor
This commit is contained in:
@@ -108,11 +108,22 @@ if (! empty($dom_entries)) {
|
|||||||
$type_select_values = array(
|
$type_select_values = array(
|
||||||
'A',
|
'A',
|
||||||
'AAAA',
|
'AAAA',
|
||||||
'NS',
|
'CAA',
|
||||||
|
'CNAME',
|
||||||
|
'DNAME',
|
||||||
|
'DNSKEY',
|
||||||
|
'DS',
|
||||||
|
'LOC',
|
||||||
'MX',
|
'MX',
|
||||||
|
'NS',
|
||||||
|
'NSEC',
|
||||||
|
'NSEC3',
|
||||||
|
'PTR',
|
||||||
|
'RP',
|
||||||
|
'RRSIG',
|
||||||
'SRV',
|
'SRV',
|
||||||
|
'SSHFP',
|
||||||
'TXT',
|
'TXT',
|
||||||
'CNAME'
|
|
||||||
);
|
);
|
||||||
asort($type_select_values);
|
asort($type_select_values);
|
||||||
foreach ($type_select_values as $_type) {
|
foreach ($type_select_values as $_type) {
|
||||||
|
|||||||
Reference in New Issue
Block a user