-
Notifications
You must be signed in to change notification settings - Fork 204
/
getmoda.io.domain.json
45 lines (45 loc) · 1.49 KB
/
getmoda.io.domain.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
{
"providerId": "getmoda.io",
"providerName": "Moda",
"serviceId": "domain",
"serviceName": "Moda Domain",
"logoUrl": "https://userconfig.getmoda.io/moda-logo/moda-icon.svg",
"description": "This is a template to enable domain verification on Moda",
"variableDescription": "cname_host is the mail CNAME. cname_points is the value to which mail CNAME points to. dkim_points and dkim2_points are for the DKIM records ",
"syncRedirectDomain": "app.getmoda.io, moda-ui-dev.getmoda.io, moda-ui-stg.getmoda.io",
"syncPubKeyDomain": "getmoda.io",
"version": 1,
"records":
[
{
"groupId": "moda-cname",
"type": "CNAME",
"host": "%cname_host%",
"pointsTo": "%cname_points%",
"ttl": 600
},
{
"groupId": "moda-dkim",
"type": "CNAME",
"host": "md._domainkey",
"pointsTo": "md.domainkey.%dkim_points%",
"ttl": 600
},
{
"groupId": "moda-dkim2",
"type": "CNAME",
"host": "md2._domainkey",
"pointsTo": "md2.domainkey.%dkim2_points%",
"ttl": 600
},
{
"groupId": "moda-dmarc",
"type": "TXT",
"host": "_dmarc",
"data": "v=DMARC1; p=none; rua=mailto:[email protected]",
"txtConflictMatchingMode": "Prefix",
"txtConflictMatchingPrefix": "v=DMARC1",
"ttl": 600
}
]
}