Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Added Combo Records #410

Merged
merged 4 commits into from
Jul 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 23 additions & 5 deletions leadconnectorhq.com.email.json
Original file line number Diff line number Diff line change
Expand Up @@ -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%",
Expand All @@ -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
}
]
Expand Down
26 changes: 26 additions & 0 deletions leadconnectorhq.com.site-a-cname-record.json
Original file line number Diff line number Diff line change
@@ -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
}
]
}
38 changes: 19 additions & 19 deletions leadconnectorhq.com.site-a-record.json
Original file line number Diff line number Diff line change
@@ -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
}
]
}
"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
}
]
}
32 changes: 32 additions & 0 deletions leadconnectorhq.com.site-a-txt-ssl-record.json
Original file line number Diff line number Diff line change
@@ -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
}
]
}
6 changes: 2 additions & 4 deletions leadconnectorhq.com.text-dynamic-record.json
Original file line number Diff line number Diff line change
Expand Up @@ -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%",
Expand Down
13 changes: 9 additions & 4 deletions leadconnectorhq.com.text-ssl.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
}