forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
goentri.com.b12.json
59 lines (59 loc) · 1.55 KB
/
goentri.com.b12.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
{
"providerId": "goentri.com",
"providerName": "Entri",
"serviceId": "b12",
"serviceName": "B12",
"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":"pointstoIp is the IP number, cnamePointsto1 is the value for the CNAME, cnameHost1 is the host for CNAME, dkimhost is the host for DKIM, dkimhostpointsto is the value for DKIM",
"sharedProviderName": true,
"records": [
{
"type": "A",
"host": "@",
"pointsTo": "%pointstoIp%",
"groupId": "a1",
"ttl": 3600
},
{
"type": "CNAME",
"host": "%cnameHost1%",
"pointsTo": "%cnamePointsto1%",
"groupId": "a2",
"ttl": 3600
},
{
"type": "SPFM",
"host": "@",
"spfRules": "include:mailgun.org",
"groupId": "a3",
"ttl": 3600
},
{
"type": "TXT",
"host": "%dkimhost%",
"data": "%dkimhostpointsto%",
"groupId": "a4",
"ttl": 3600
},
{
"type": "MX",
"host": "@",
"pointsTo": "mxa.mailgun.org",
"priority": 10,
"groupId": "a5",
"ttl": 3600
},
{
"type": "MX",
"host": "@",
"pointsTo": "mxb.mailgun.org",
"priority": 10,
"groupId": "a5",
"ttl": 3600
}
]
}