Skip to content

Commit

Permalink
Merge branch 'master' into Entri-Templates
Browse files Browse the repository at this point in the history
  • Loading branch information
evelyndearaujo-goentri authored Jul 17, 2023
2 parents 257ea30 + 091cefc commit 8c1d90c
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 14 deletions.
27 changes: 27 additions & 0 deletions goentri.com.clickmax.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"providerId": "goentri.com",
"providerName": "Entri",
"serviceId": "clickmax",
"serviceName": "ClickMax",
"version": 2,
"logoUrl": "https://cdn.goentri.com/logo.svg",
"description": "Allows user to easily set up dkim record using Entri",
"syncPubKeyDomain": "goentri.com",
"syncRedirectDomain": "api.goentri.com, goentri.com, entri.com, app.entri.com,app.goentri.com",
"variableDescription": "cnamePointsTo is the URL to where the subdomain is pointed ",
"sharedProviderName": true,
"hostRequired": false,
"records": [
{
"type": "CNAME",
"host": "www",
"pointsTo": "%cnamePointsTo%",
"ttl": 3600
},
{
"type": "REDIR301",
"target": "%target%",
"host": "@"
}
]
}
28 changes: 16 additions & 12 deletions goentri.com.mixo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,36 +3,40 @@
"providerName": "Entri",
"serviceId": "mixo",
"serviceName": "Mixo",
"version": 2,
"version": 3,
"logoUrl": "https://cdn.goentri.com/logo.svg",
"description": "Allows user to easily set up domain using Entri",
"syncPubKeyDomain": "goentri.com",
"syncRedirectDomain": "api.goentri.com, goentri.com, entri.com, app.entri.com,app.goentri.com",
"variableDescription": "host_txt1 and ost_txt2 are the host for each TXT record,txt1 and txt2 are the value for TXT record, host_cname is the host for the CNAME record and value_cname is the value to point CNAME",
"variableDescription": "host_txt1 and host_txt2 are the host for each TXT record,txt1 and txt2 are the value for TXT record, host_cname is the host for the CNAME record and value_cname is the value to point CNAME",
"sharedProviderName": true,
"records": [
{
"type": "TXT",
"host": "%host_txt1%",
"data": "%txt1%",
"ttl": 3600
},
{
"type": "TXT",
"host": "%host_txt2%",
"host": "%hosttxt2%",
"groupId": "a1",
"data": "%txt2%",
"ttl": 3600
},
{
"type": "CNAME",
"host": "%host_cname%",
"pointsTo": "%value_cname%",
"host": "%hostcname%",
"groupId": "a1",
"pointsTo": "%valuecname%",
"ttl": 3600
},
{
"type": "REDIR301",
"target": "%target%",
"groupId": "a1",
"host": "@"
},
{
"type": "TXT",
"host": "%hosttxt1%",
"groupId": "a2",
"data": "%txt1%",
"ttl": 3600
}
]
}
}
29 changes: 29 additions & 0 deletions goentri.com.sendmarc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"providerId": "goentri.com",
"providerName": "Entri",
"serviceId": "sendmarc",
"serviceName": "Sendmarc",
"version": 1,
"logoUrl": "https://cdn.goentri.com/logo.svg",
"description": "Allows user to easily set up dkim record using Entri",
"syncPubKeyDomain": "goentri.com",
"syncRedirectDomain": "api.goentri.com, goentri.com, entri.com, app.entri.com,app.goentri.com",
"variableDescription": "cnamePointsTo is the URL to where the subdomain is pointed and thirdPartyDomain is domain to add to SPF merge ",
"sharedProviderName": true,
"hostRequired": false,
"records": [
{
"type": "CNAME",
"host": "_dmarc",
"groupId": "a1",
"pointsTo": "%cnamePointsTo%",
"ttl": 3600
},
{
"type": "SPFM",
"host": "@",
"groupId": "a2",
"spfRules": "include:%thirdPartyDomain%"
}
]
}
7 changes: 5 additions & 2 deletions maileon.com.hosting_and_email.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,19 @@
"providerName": "Maileon Email Marketing",
"serviceId": "hosting_and_email",
"serviceName": "Email Marketing by Maileon",
"version": 1,
"version": 2,
"logoUrl": "https://maileon.com/app/themes/maileon/assets/img/logo.svg",
"description": "Configure Hosting and Email Records for use with Maileon Plattform",
"syncPubKeyDomain": "maileon.com",
"sharedProviderName": true,
"sharedServiceName": true,
"variableDescription": "cnamehost is CNAME host name for webhosting",
"hostRequired": true,
"records": [
{
"type": "CNAME",
"host": "@",
"pointsTo": "cname.maileon.com",
"pointsTo": "%cnamehost%.maileon.com",
"ttl": "600"
},
{
Expand Down

0 comments on commit 8c1d90c

Please sign in to comment.