forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgoentri.com.vendo.json
43 lines (43 loc) · 1.2 KB
/
goentri.com.vendo.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
{
"providerId": "goentri.com",
"providerName": "Entri",
"serviceId": "vendo",
"serviceName": "Vendo",
"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": "ip is the address of the server hosting the domain. sendgridAliasHost, sendgridDomainKeyHost1 and sendgridDomainKeyHost2 are Sendgrids domain configurations",
"sharedProviderName": true,
"records": [
{
"type": "A",
"host": "@",
"pointsTo": "%ip%",
"groupId": "a1",
"ttl": 3600
},
{
"type": "CNAME",
"host": "%sendgridAliasHost%",
"pointsTo": "%sendgridAliasPointsTo%",
"groupId": "a2",
"ttl": 3600
},
{
"type": "CNAME",
"host": "%sendgridDomainKeyHost1%",
"pointsTo": "%sendgridDomainKeyPointsTo1%",
"groupId": "a2",
"ttl": 3600
},
{
"type": "CNAME",
"host": "%sendgridDomainKeyHost2%",
"pointsTo": "%sendgridDomainKeyPointsTo2%",
"groupId": "a2",
"ttl": 3600
}
]
}