forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgoentri.com.folk.json
34 lines (34 loc) · 982 Bytes
/
goentri.com.folk.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
{
"providerId": "goentri.com",
"providerName": "Entri",
"serviceId": "folk",
"serviceName": "Folk",
"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": "mappingValue1, mappingValue2, mappingValue3 are the values assigned to hosts websiteHost1, websiteHost2, websiteHost3 subsequently",
"sharedProviderName": true,
"hostRequired": true,
"records": [
{
"type": "CNAME",
"host": "%websiteHost1%",
"pointsTo": "%mappingValue1%",
"ttl": 3600
},
{
"type": "CNAME",
"host": "%websiteHost2%",
"pointsTo": "%mappingValue2%",
"ttl": 3600
},
{
"type": "CNAME",
"host": "%websiteHost3%",
"pointsTo": "%mappingValue3%",
"ttl": 3600
}
]
}