forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgoentri.com.clickfunnels-alt.json
More file actions
35 lines (35 loc) · 1.16 KB
/
goentri.com.clickfunnels-alt.json
File metadata and controls
35 lines (35 loc) · 1.16 KB
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
{
"providerId": "goentri.com",
"providerName": "Entri",
"serviceId": "clickfunnels-alt",
"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, websitehost is the website host value",
"sharedProviderName": true,
"hostRequired":true,
"multiInstance": true,
"records": [
{
"type": "TXT",
"host": "@",
"data": "clickfunnels-domain-verification=%verificationValue%",
"ttl": 3600
},
{
"type": "CNAME",
"host": "%websitehost%",
"pointsTo": "%clusterValue%",
"ttl": 3600
},
{
"type": "TXT",
"host": "%websiteId%._domainkey.%websitehost%",
"data": "%keyValue%",
"ttl": 3600
}
]
}