forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 1
/
goentri.com.clickfunnels.json
34 lines (34 loc) · 1.01 KB
/
goentri.com.clickfunnels.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": "clickfunnels",
"serviceName": "ClickFunnels",
"version": 1,
"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",
"variableDescription": "verificationValue is the value that is used to verify domain ownership,clusterValue is the cluster assigned to the domain,websiteId is the id of website, keyValue is the generated key value",
"sharedProviderName": true,
"hostRequired": true,
"records": [
{
"type": "TXT",
"host": "%domainapex%.",
"data": "clickfunnels-domain-verification=%verificationValue%",
"ttl": 3600
},
{
"type": "CNAME",
"host": "@",
"pointsTo": "%clusterValue%",
"ttl": 3600
},
{
"type": "TXT",
"host": "%websiteId%._domainkey",
"data": "%keyValue%",
"ttl": 3600
}
]
}