forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
goentri.com.clickfunnels-alt.json
51 lines (51 loc) · 1.57 KB
/
goentri.com.clickfunnels-alt.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
46
47
48
49
50
51
{
"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, dmarcHost and dmarcValue are the value for the dmarc TXT",
"sharedProviderName": true,
"hostRequired":true,
"multiInstance": true,
"records": [
{
"type": "TXT",
"host": "@",
"data": "clickfunnels-domain-verification=%verificationValue%",
"groupId": "a1",
"ttl": 3600
},
{
"type": "CNAME",
"host": "%websitehost%",
"pointsTo": "%clusterValue%",
"groupId": "a1",
"ttl": 3600
},
{
"type": "TXT",
"host": "%websiteId%._domainkey.%websitehost%",
"data": "%keyValue%",
"groupId": "a2",
"ttl": 3600
},
{
"type": "SPFM",
"host": "@",
"spfRules": "include:mailer.myclickfunnels.com",
"groupId": "a3"
},
{
"groupId": "a3",
"type": "TXT",
"host": "%dmarcHost%",
"data": "%dmarcValue2%",
"ttl": 3600
}
]
}