2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-09-01 23:05:15 +00:00

Adding NAPTR support (#594)

* Adding NAPTR support
This commit is contained in:
Thomas Pressnell
2019-04-24 16:22:05 +01:00
committed by Paul Cleary
parent 5040d07c00
commit 77c4536e37
22 changed files with 542 additions and 7 deletions

View File

@@ -63,7 +63,7 @@ angular.module('controller.manageZones', [])
readOnly: false
}
};
$scope.aclRecordTypes = ['A', 'AAAA', 'CNAME', 'DS', 'MX', 'NS', 'PTR', 'SPF', 'SRV', 'SSHFP', 'TXT'];
$scope.aclRecordTypes = ['A', 'AAAA', 'CNAME', 'DS', 'MX', 'NS', 'PTR', 'SPF', 'SRV', 'NAPTR', 'SSHFP', 'TXT'];
/**
* Zone modal control functions