domains: add inwx provider

This commit is contained in:
Girish Ramakrishnan
2024-11-26 13:11:26 +05:30
parent f0207ff161
commit 78520e09c3
12 changed files with 338 additions and 3 deletions
+2 -1
View File
@@ -84,7 +84,8 @@ async function upsert(domainObject, location, type, values) {
const records = await getZoneRecords(domainConfig, zoneName, name, type);
// used to track available records to update instead of create
let i = 0, recordIds = [];
let i = 0;
const recordIds = [];
for (let value of values) {
let priority = null;