-
Notifications
You must be signed in to change notification settings - Fork 203
/
goentri.com.clickmax.json
50 lines (50 loc) · 1.18 KB
/
goentri.com.clickmax.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"providerId": "goentri.com",
"providerName": "Entri",
"serviceId": "clickmax",
"serviceName": "ClickMax",
"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, 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
}
]
}