forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgoentri.com.eventcreate.json
76 lines (75 loc) · 2.08 KB
/
goentri.com.eventcreate.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"providerId": "goentri.com",
"providerName": "Entri",
"serviceId": "eventcreate",
"serviceName": "EventCreate",
"version": 2,
"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": "returreturnPathHost is the dynamic host value assigned for the return path, dkimHost is the variable dkim host assigned to the user",
"sharedProviderName": true,
"records": [
{
"groupId": "a1",
"type": "CNAME",
"host": "www",
"pointsTo": "domainsecure.eventcreate.com",
"ttl": 3600
},
{
"groupId": "a1",
"type": "REDIR301",
"target": "%target%",
"host": "@"
},
{
"groupId": "a2",
"type": "CNAME",
"host": "%returnPathHost%",
"pointsTo": "%returnPathPointsTo%",
"ttl": 3600
},
{
"groupId": "a2",
"type": "TXT",
"host": "%dkimHost%",
"data": "%dkimValue%",
"ttl": 3600
},
{
"groupId": "a2",
"type": "REDIR301",
"target": "%target%",
"host": "@"
},
{
"groupId": "a3",
"type": "CNAME",
"host": "www",
"pointsTo": "domainsecure.eventcreate.com",
"ttl": 3600
},
{
"groupId": "a3",
"type": "CNAME",
"host": "%returnPathHost%",
"pointsTo": "%returnPathPointsTo%",
"ttl": 3600
},
{
"groupId": "a3",
"type": "TXT",
"host": "%dkimHost%",
"data": "%dkimValue%",
"ttl": 3600
},
{
"groupId": "a3",
"type": "REDIR301",
"target": "%target%",
"host": "@"
}
]
}