Skip to content

Commit

Permalink
fix(netlify): allow creation of NETLIFY records by adding them to js …
Browse files Browse the repository at this point in the history
…helpers

Signed-off-by: Amogh Lele <amolele@gmail.com>
  • Loading branch information
SphericalKat committed Nov 21, 2022
1 parent 5daa8f4 commit 9539867
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/js/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,9 @@ var NAPTR = recordBuilder('NAPTR', {
},
});

var NETLIFY = recordBuilder('NETLIFY')
var NETLIFYv6 = recordBuilder('NETLIFYv6')

// SOA(name,ns,mbox,refresh,retry,expire,minimum, recordModifiers...)
var SOA = recordBuilder('SOA', {
args: [
Expand Down

0 comments on commit 9539867

Please sign in to comment.