forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
goentri.com.durable.json
51 lines (51 loc) · 1.23 KB
/
goentri.com.durable.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
51
{
"providerId": "goentri.com",
"providerName": "Entri",
"serviceId": "durable",
"serviceName": "Durable",
"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": "dkimHost is dkim host and dkimValue is dkim value, mappingValue is to where the CNAME is pointed, primaryIp is the IP",
"sharedProviderName": true,
"hostRequired": false,
"records": [
{
"groupId": "a1",
"type": "TXT",
"host": "%dkimHost%",
"data": "%dkimValue%",
"ttl": 3600
},
{
"groupId": "a1",
"type": "CNAME",
"host": "www",
"pointsTo": "%mappingValue%",
"ttl": 3600
},
{
"groupId": "a1",
"type": "A",
"host": "@",
"pointsTo": "%primaryIp%",
"ttl": 3600
},
{
"groupId": "a2",
"type": "CNAME",
"host": "www",
"pointsTo": "%mappingValue%",
"ttl": 3600
},
{
"groupId": "a2",
"type": "A",
"host": "@",
"pointsTo": "%primaryIp%",
"ttl": 3600
}
]
}