forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
goentri.com.clickfunnels.json
82 lines (82 loc) · 2.06 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"providerId": "goentri.com",
"providerName": "Entri",
"serviceId": "clickfunnels",
"serviceName": "ClickFunnels",
"version": 4,
"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": "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 host value, dmarcHost and dmarcHost are the dmarc policies and values",
"sharedProviderName": true,
"records": [
{
"groupId": "a1",
"type": "CNAME",
"host": "%websiteHost%",
"pointsTo": "%clusterValue%",
"ttl": 3600
},
{
"groupId": "a1",
"type": "REDIR301",
"target": "%target%",
"host": "@"
},
{
"groupId": "a1",
"type": "TXT",
"host": "@",
"data": "clickfunnels-domain-verification=%verificationValue%",
"ttl": 3600
},
{
"groupId": "a2",
"type": "TXT",
"host": "%websiteId%",
"data": "%keyValue%",
"ttl": 3600
},
{
"groupId": "a3",
"type": "CNAME",
"host": "%websiteHost%",
"pointsTo": "%clusterValue%",
"ttl": 3600
},
{
"groupId": "a3",
"type": "REDIR301",
"target": "%target%",
"host": "@"
},
{
"groupId": "a3",
"type": "TXT",
"host": "@",
"data": "clickfunnels-domain-verification=%verificationValue%",
"ttl": 3600
},
{
"groupId": "a3",
"type": "TXT",
"host": "%websiteId%",
"data": "%keyValue%",
"ttl": 3600
},
{
"type": "SPFM",
"host": "@",
"spfRules": "include:mailer.myclickfunnels.com",
"groupId": "a4"
},
{
"groupId": "a4",
"type": "TXT",
"host": "%dmarcHost%",
"data": "%dmarcValue2%",
"ttl": 3600
}
]
}