mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-19 20:09:14 +03:00
Allow PTR records to be created
This commit is contained in:
parent
a9c2254e40
commit
fadb494ce0
1 changed files with 1 additions and 0 deletions
|
@ -425,6 +425,7 @@ $(document).ready(function () {
|
|||
'A': 'A',
|
||||
'CNAME': 'CNAME',
|
||||
'MX': 'MX',
|
||||
'PTR': 'PTR',
|
||||
'SRV': 'SRV',
|
||||
'TXT': 'TXT',
|
||||
'NS': 'NS',
|
||||
|
|
Loading…
Add table
Reference in a new issue