Allow PTR records to be created

This commit is contained in:
Mark Schouten 2014-06-30 13:36:46 +02:00
parent a9c2254e40
commit fadb494ce0

View file

@ -425,6 +425,7 @@ $(document).ready(function () {
'A': 'A',
'CNAME': 'CNAME',
'MX': 'MX',
'PTR': 'PTR',
'SRV': 'SRV',
'TXT': 'TXT',
'NS': 'NS',