mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-05-07 22:42:21 +03:00
Add missing types. Closes #130
This commit is contained in:
parent
41801a73f6
commit
42b247d5c0
1 changed files with 4 additions and 0 deletions
|
@ -616,6 +616,8 @@ $(document).ready(function () {
|
|||
'SRV': 'SRV',
|
||||
'SSHFP': 'SSHFP',
|
||||
'TLSA': 'TLSA',
|
||||
'DNAME': 'DNAME',
|
||||
'DS': 'DS'
|
||||
};
|
||||
}
|
||||
return {
|
||||
|
@ -623,6 +625,8 @@ $(document).ready(function () {
|
|||
'AAAA': 'AAAA',
|
||||
'CERT': 'CERT',
|
||||
'CNAME': 'CNAME',
|
||||
'DNAME': 'DNAME',
|
||||
'DS': 'DS',
|
||||
'LOC': 'LOC',
|
||||
'MX': 'MX',
|
||||
'NAPTR': 'NAPTR',
|
||||
|
|
Loading…
Add table
Reference in a new issue