Add a few more commonly used RR types to DNS editor

This commit is contained in:
Marc-André Kolly
2019-07-28 16:52:05 +02:00
parent 64fe300e42
commit 57ac337ef7

View File

@@ -108,11 +108,22 @@ if (! empty($dom_entries)) {
$type_select_values = array(
'A',
'AAAA',
'NS',
'CAA',
'CNAME',
'DNAME',
'DNSKEY',
'DS',
'LOC',
'MX',
'NS',
'NSEC',
'NSEC3',
'PTR',
'RP',
'RRSIG',
'SRV',
'SSHFP',
'TXT',
'CNAME'
);
asort($type_select_values);
foreach ($type_select_values as $_type) {