-
Notifications
You must be signed in to change notification settings - Fork 203
/
amplemarket.com.domain-setup.json
58 lines (58 loc) · 1.49 KB
/
amplemarket.com.domain-setup.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
{
"providerId": "amplemarket.com",
"providerName": "Amplemarket",
"serviceId": "domain-setup",
"serviceName": "Amplemarket Domain Setup",
"version": 1,
"logoUrl": "https://assets.amplemarket.com/assets/images/amplemarket-a-logo-72x72-blue.svg",
"description": "Allows users to easily setup DKIM, DMARC, SPF, and tracking pixel for their domain.",
"syncBlock": false,
"syncPubKeyDomain": "amplemarket.com",
"syncRedirectDomain": "app.amplemarket.com,staging.amplemarket.com",
"warnPhishing": true,
"hostRequired": false,
"records": [
{
"groupId": "base",
"type": "CNAME",
"host": "t",
"pointsTo": "%pixel_tracker_domain%",
"ttl": 3600
},
{
"groupId": "base",
"type": "TXT",
"host": "_dmarc",
"data": "%dmarc_value%",
"ttl": 3600,
"txtConflictMatchingMode": "All"
},
{
"groupId": "google",
"type": "TXT",
"host": "%google_dkim_selector%._domainkey",
"data": "%google_dkim_value%",
"ttl": 3600
},
{
"groupId": "microsoft",
"type": "CNAME",
"host": "%microsoft_dkim_selector1%._domainkey",
"pointsTo": "%microsoft_dkim_value1%",
"ttl": 3600
},
{
"groupId": "microsoft",
"type": "CNAME",
"host": "%microsoft_dkim_selector2%._domainkey",
"pointsTo": "%microsoft_dkim_value2%",
"ttl": 3600
},
{
"groupId": "base",
"type": "SPFM",
"host": "@",
"spfRules": "%spf_value%"
}
]
}