Skip to content

Commit

Permalink
Update goentri.com.clickmax.json (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-kow authored Nov 1, 2023
2 parents 8a733ce + 5398fa7 commit 86502d7
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions goentri.com.clickmax.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,48 @@
"providerName": "Entri",
"serviceId": "clickmax",
"serviceName": "ClickMax",
"version": 2,
"version": 3,
"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 ",
"variableDescription": "cnamePointsTo is the URL to where the subdomain is pointed, primaryIp is Entri's IP ",
"sharedProviderName": true,
"hostRequired": false,
"records": [
{
"type": "CNAME",
"host": "www",
"groupId": "a1",
"pointsTo": "%cnamePointsTo%",
"ttl": 3600
},
{
"type": "REDIR301",
"target": "%target%",
"groupId": "a1",
"host": "@"
},
{
"type": "A",
"host": "@",
"groupId": "a2",
"pointsTo": "%primaryIp%",
"ttl": 3600
},
{
"type": "A",
"host": "@",
"groupId": "a2",
"pointsTo": "%primaryIp2%",
"ttl": 3600
},
{
"type": "CNAME",
"host": "www",
"groupId": "a2",
"pointsTo": "%cnamePointsTo%",
"ttl": 3600
}
]
}

0 comments on commit 86502d7

Please sign in to comment.