forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
goentri.com.fairmint-dev.json
45 lines (45 loc) · 1.32 KB
/
goentri.com.fairmint-dev.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
{
"providerId": "goentri.com",
"providerName": "Entri",
"serviceId": "fairmint-dev",
"serviceName": "Fairmint",
"version": 1,
"logoUrl": "https://cdn.goentri.com/logo.svg",
"description": "Allows user to easily set up domain using Entri",
"variableDescription": "Its only for tests, webSitePointsTo1, webSitePointsTo2, webSitePointsTo3, webSitePointsTo4 and webSitePointsTo5 is to where the website ins pointed to and CnameHost1, CnameHost2,CnameHost3, CnameHost4, CnameHost5 is the host for each CNAME",
"syncPubKeyDomain": "goentri.com",
"syncRedirectDomain": "api.goentri.com, goentri.com, entri.com, app.entri.com,app.goentri.com",
"sharedProviderName": true,
"records": [
{
"type": "CNAME",
"host": "%CnameHost1%",
"pointsTo": "%webSitePointsTo1%",
"ttl": 3600
},
{
"type": "CNAME",
"host": "%CnameHost2%",
"pointsTo": "%webSitePointsTo2%",
"ttl": 3600
},
{
"type": "CNAME",
"host": "%CnameHost3%",
"pointsTo": "%webSitePointsTo3%",
"ttl": 3600
},
{
"type": "CNAME",
"host": "%CnameHost4%",
"pointsTo": "%webSitePointsTo4%",
"ttl": 3600
},
{
"type": "CNAME",
"host": "%CnameHost5%",
"pointsTo": "%webSitePointsTo5%",
"ttl": 3600
}
]
}