diff --git a/leadconnectorhq.com.email.json b/leadconnectorhq.com.email.json index 46636eb2..2bb5560c 100644 --- a/leadconnectorhq.com.email.json +++ b/leadconnectorhq.com.email.json @@ -4,12 +4,30 @@ "serviceId": "email", "serviceName": "LeadConnector Email records", "syncRedirectDomain": "domainconnect.leadconnectorhq.com,leadconnectorhq.com", - "version": 1, + "version": 2, "logoUrl": "https://assets.cdn.filesafe.space/knES3eSWYIsc5YSZ3YLl/media/6269a1de6e3f42c196dbd949.png", "description": "Enable domain domain to work with the LeadConnector", - "variableDescription": "MX Records: LeadConnector connection", - "syncPubKeyDomain":"leadconnectorhq.com", + "variableDescription": "TXT, CNAME, and MX Records: LeadConnector connection", + "syncPubKeyDomain": "leadconnectorhq.com", "records": [ + { + "type": "TXT", + "host": "%txtHost1%", + "data": "%txtValue1%", + "ttl": 600 + }, + { + "type": "TXT", + "host": "@", + "data": "%txtValue2%", + "ttl": 600 + }, + { + "type": "CNAME", + "host": "email", + "pointsTo": "%cnameValue%", + "ttl": 3600 + }, { "type": "MX", "host": "%mxHost1%", @@ -21,14 +39,14 @@ "type": "MX", "host": "%mxHost2%", "pointsTo": "%mxValue2%", - "priority": 10, + "priority": 20, "ttl": 600 }, { "type": "MX", "host": "%mxHost3%", "pointsTo": "%mxValue3%", - "priority": 10, + "priority": 30, "ttl": 600 } ] diff --git a/leadconnectorhq.com.site-a-cname-record.json b/leadconnectorhq.com.site-a-cname-record.json new file mode 100644 index 00000000..78b6eb2d --- /dev/null +++ b/leadconnectorhq.com.site-a-cname-record.json @@ -0,0 +1,26 @@ +{ + "providerId": "leadconnectorhq.com", + "providerName": "LeadConnector", + "serviceId": "site-a-cname-record", + "serviceName": "LeadConnector Site A and CNAME records", + "version": 1, + "syncRedirectDomain": "domainconnect.leadconnectorhq.com,leadconnectorhq.com", + "logoUrl": "https://assets.cdn.filesafe.space/knES3eSWYIsc5YSZ3YLl/media/6269a1de6e3f42c196dbd949.png", + "description": "Enable domain to work with the LeadConnector by configuring the necessary A and CNAME records.", + "variableDescription": "IP1: LeadConnector connection,cnameValue: Custom CNAME valueā€¯", + "syncPubKeyDomain": "leadconnectorhq.com", + "records": [ + { + "type": "A", + "host": "@", + "pointsTo": "%IP1%", + "ttl": 600 + }, + { + "type": "CNAME", + "host": "www", + "pointsTo": "%cnameValue%", + "ttl": 3600 + } + ] +} diff --git a/leadconnectorhq.com.site-a-record.json b/leadconnectorhq.com.site-a-record.json index 4ab3aaf8..15b0791c 100644 --- a/leadconnectorhq.com.site-a-record.json +++ b/leadconnectorhq.com.site-a-record.json @@ -1,20 +1,20 @@ { - "providerId": "leadconnectorhq.com", - "providerName": "LeadConnector", - "serviceId": "site-a-record", - "serviceName": "LeadConnector Site A records", - "version": 1, - "syncRedirectDomain":"domainconnect.leadconnectorhq.com,leadconnectorhq.com", - "logoUrl": "https://assets.cdn.filesafe.space/knES3eSWYIsc5YSZ3YLl/media/6269a1de6e3f42c196dbd949.png", - "description": "Enable domain to work with the LeadConnector", - "variableDescription": "IPs: LeadConnector connection", - "syncPubKeyDomain":"leadconnectorhq.com", - "hostRequired": true, - "records": [{ - "type":"A", - "host":"@", - "pointsTo":"%IP1%", - "ttl":600 - } -] -} \ No newline at end of file + "providerId": "leadconnectorhq.com", + "providerName": "LeadConnector", + "serviceId": "site-a-record", + "serviceName": "LeadConnector Site A records", + "version": 2, + "syncRedirectDomain": "domainconnect.leadconnectorhq.com,leadconnectorhq.com", + "logoUrl": "https://assets.cdn.filesafe.space/knES3eSWYIsc5YSZ3YLl/media/6269a1de6e3f42c196dbd949.png", + "description": "Enable domain to work with the LeadConnector", + "variableDescription": "IPs: LeadConnector connection", + "syncPubKeyDomain": "leadconnectorhq.com", + "records": [ + { + "type": "A", + "host": "@", + "pointsTo": "%IP1%", + "ttl": 600 + } + ] +} diff --git a/leadconnectorhq.com.site-a-txt-ssl-record.json b/leadconnectorhq.com.site-a-txt-ssl-record.json new file mode 100644 index 00000000..f7162729 --- /dev/null +++ b/leadconnectorhq.com.site-a-txt-ssl-record.json @@ -0,0 +1,32 @@ +{ + "providerId": "leadconnectorhq.com", + "providerName": "LeadConnector", + "serviceId": "site-a-txt-ssl-record", + "serviceName": "LeadConnector Site A and TXT ssl records", + "version": 1, + "syncRedirectDomain": "domainconnect.leadconnectorhq.com,leadconnectorhq.com", + "logoUrl": "https://assets.cdn.filesafe.space/knES3eSWYIsc5YSZ3YLl/media/6269a1de6e3f42c196dbd949.png", + "description": "Enable domain to work with the LeadConnector by configuring the necessary A and TXT SSL records.", + "variableDescription": "P1: LeadConnector connection, txtAcmeValue: Value for _acme-challenge TXT record, txtCfValue: Value for _cf-custom-hostname TXT record", + "syncPubKeyDomain": "leadconnectorhq.com", + "records": [ + { + "type": "A", + "host": "@", + "pointsTo": "%IP1%", + "ttl": 600 + }, + { + "type": "TXT", + "host": "_acme-challenge", + "data": "%txtAcmeValue%", + "ttl": 600 + }, + { + "type": "TXT", + "host": "_cf-custom-hostname", + "data": "%txtCfValue%", + "ttl": 600 + } + ] +} diff --git a/leadconnectorhq.com.text-dynamic-record.json b/leadconnectorhq.com.text-dynamic-record.json index fc7bb646..d8d44874 100644 --- a/leadconnectorhq.com.text-dynamic-record.json +++ b/leadconnectorhq.com.text-dynamic-record.json @@ -4,15 +4,13 @@ "serviceId": "text-dynamic-record", "serviceName": "LeadConnector Text records", "syncRedirectDomain": "domainconnect.leadconnectorhq.com,leadconnectorhq.com", - "version": 1, + "version": 2, "logoUrl": "https://assets.cdn.filesafe.space/knES3eSWYIsc5YSZ3YLl/media/6269a1de6e3f42c196dbd949.png", "description": "Enable domain to work with the LeadConnector", "variableDescription": "TXTs: LeadConnector connection", - "syncPubKeyDomain":"leadconnectorhq.com", - "hostRequired": true, + "syncPubKeyDomain": "leadconnectorhq.com", "records": [ { - "groupId": "txt", "type": "TXT", "host": "@", "data": "%txtValue%", diff --git a/leadconnectorhq.com.text-ssl.json b/leadconnectorhq.com.text-ssl.json index f2fa0da1..7a183dfa 100644 --- a/leadconnectorhq.com.text-ssl.json +++ b/leadconnectorhq.com.text-ssl.json @@ -4,18 +4,23 @@ "serviceId": "text-ssl", "serviceName": "LeadConnector Text records", "syncRedirectDomain": "domainconnect.leadconnectorhq.com,leadconnectorhq.com", - "version": 1, + "version": 2, "logoUrl": "https://assets.cdn.filesafe.space/knES3eSWYIsc5YSZ3YLl/media/6269a1de6e3f42c196dbd949.png", "description": "Enable domain domain to work with the LeadConnector", - "variableDescription": "TXT SSL: LeadConnector connection", - "syncPubKeyDomain":"leadconnectorhq.com", + "variableDescription": "txtAcmeValue: Value for _acme-challenge TXT record, txtCfValue: Value for _cf-custom-hostname TXT record", + "syncPubKeyDomain": "leadconnectorhq.com", "records": [ { - "groupId": "ssl-txt", "type": "TXT", "host": "_acme-challenge", "data": "%txtAcmeValue%", "ttl": 600 + }, + { + "type": "TXT", + "host": "_cf-custom-hostname", + "data": "%txtCfValue%", + "ttl": 600 } ] }