forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
goentri.com.fourthwall-subdomains.json
113 lines (113 loc) · 3.52 KB
/
goentri.com.fourthwall-subdomains.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"providerId": "goentri.com",
"providerName": "Entri",
"serviceId": "fourthwall-subdomains",
"serviceName": "FourthwallSubdomains",
"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, app.entri.com,app.goentri.com",
"variableDescription": "ip is the website server ip, zendeskverification is the text verification value for zendesk, sendgridHost is sendgrid dynamic host, sendgridHostDomainKey1 and sendgridHostDomainKey1 are the dynamic host for Sendgrid CNAME, sendgridValue is the dynamic value for SendgridHost, sendgridHostDomainKeyValue1 and sendgridHostDomainKeyValue2 are the value for sendgridHostDomainKey ",
"sharedProviderName": true,
"hostRequired": true,
"records": [
{
"type": "A",
"host": "@",
"pointsTo": "%ip%",
"ttl": 3600
},
{
"type": "CNAME",
"host": "www",
"pointsTo": "@",
"ttl": 3600
},
{
"type": "CNAME",
"host": "%sendgridHost%",
"pointsTo": "%sendgridValue%",
"ttl": 3600
},
{
"type": "CNAME",
"host": "%sendgridHostDomainKey1%",
"pointsTo": "%sendgridHostDomainKeyValue1%",
"ttl": 3600
},
{
"type": "CNAME",
"host": "%sendgridHostDomainKey2%",
"pointsTo": "%sendgridHostDomainKeyValue2%",
"ttl": 3600
},
{
"type": "CNAME",
"host": "zendesk1._domainkey.support",
"pointsTo": "zendesk1._domainkey.zendesk.com.",
"ttl": 3600
},
{
"type": "CNAME",
"host": "zendesk2._domainkey.support",
"pointsTo": "zendesk2._domainkey.zendesk.com.",
"ttl": 3600
},
{
"type": "CNAME",
"host": "zendesk1.support",
"pointsTo": "mail1.zendesk.com.",
"ttl": 3600
},
{
"type": "CNAME",
"host": "zendesk2.support",
"pointsTo": "mail2.zendesk.com.",
"ttl": 3600
},
{
"type": "CNAME",
"host": "zendesk3.support",
"pointsTo": "mail3.zendesk.com.",
"ttl": 3600
},
{
"type": "CNAME",
"host": "zendesk4.support",
"pointsTo": "mail4.zendesk.com.",
"ttl": 3600
},
{
"type": "TXT",
"host": "zendeskverification.support",
"data": "%zendeskverification%",
"ttl": 3600
},
{
"type": "TXT",
"host": "_dmarc.support",
"data": "v=DMARC1; p=reject; pct=100; rua=mailto:[email protected]",
"ttl": 3600
},
{
"type": "SPFM",
"host": "support",
"spfRules": "include:_spf.google.com include:mail.zendesk.com include:spf.improvmx.com include:sendgrid.net"
},
{
"type": "MX",
"host": "support",
"pointsTo": "mx1.improvmx.com.",
"priority": 10,
"ttl": 3600
},
{
"type": "MX",
"host": "support",
"pointsTo": "mx2.improvmx.com.",
"priority": 10,
"ttl": 3600
}
]
}