Skip to content

Commit

Permalink
Add RRCLONE pseudo record type. (Issue mydnshost/mydnshost-api#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneMcC committed Aug 3, 2020
1 parent 2cc5ea3 commit 01cc5d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/default/assets/records.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// TODO: This should be grabbed from the api.
var recordtypes = {
"A": "A Record",
"AAAA": "AAAA Record",
Expand All @@ -10,7 +11,8 @@ var recordtypes = {
"CAA": "Certification Authority Authorization (CAA)",
"DS": "Delegation Signer (DS)",
"SSHFP": "SSH Fingerprint (SSHFP)",
"TLSA": "TLSA Record"
"TLSA": "TLSA Record",
"RRCLONE": "RR Clone"
};

var newRecordCount = 0;
Expand Down

0 comments on commit 01cc5d7

Please sign in to comment.